summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-24 22:05:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:36 +0100
commitdc870689ee1ce6d26238c580bfbc41f8a394c456 (patch)
treea025aec6a91bf216a1d4eac4bd2e9a17fd5f44f2 /vcl
parent74bb9f139f9b8fdfa4dfb206d58722da6771bb73 (diff)
demo-font.cc needs _USE_MATH_DEFINES for M_PI, M_SQRT2
Change-Id: Iaffbccc4d628e861ecf8ed205b89f09b18dfb2e4
Diffstat (limited to 'vcl')
-rwxr-xr-xvcl/glyphy/demo.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/glyphy/demo.cxx b/vcl/glyphy/demo.cxx
index 7f4f12adc74e..e362e36c6ee3 100755
--- a/vcl/glyphy/demo.cxx
+++ b/vcl/glyphy/demo.cxx
@@ -7,6 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <sal/config.h>
+
#include <prewin.h>
#include <postwin.h>