diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-21 03:29:07 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-21 03:29:56 +0100 |
commit | 778d6ddc24e927260d1002e23cf0bbcc4a0ed74c (patch) | |
tree | 3d7c961d4accfedd354582e66efae6c2042b7376 | |
parent | 2bcfe65e9e7c9bc3577eb680fef2b78f794c53e3 (diff) |
try to fix "random config" tb
Fixes #229.
Change-Id: I6e74d41f83cacb628356cba57a49165c41113723
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 94c0fcd18778..b5d4fd1a64c3 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -54,7 +54,9 @@ #include <boost/math/special_functions/sinc.hpp> #include <boost/multi_array.hpp> #include <boost/optional.hpp> +#ifndef LIBO_HEADLESS #include <epoxy/gl.h> +#endif #include <osl/conditn.hxx> #include <osl/diagnose.h> #include <osl/diagnose.hxx> |