summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-11-24 02:03:13 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-11-24 02:03:13 +0100
commitf6bc5b79c31225c02e9500d0ced4bd26f998f82b (patch)
tree40b8270318780d54ef4b157675b2bc119a03142d /slideshow
parent68ab250d73cc981fe3760f4e8671d3df3971ca05 (diff)
fix build "error C2065: ´M_PI´ : undeclared identifier"
Change-Id: I0ba164cdc1c473184b953bffd7d264d1ec8733b6
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx
index 3709f3a72ed6..c61209fea3e0 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx
@@ -26,6 +26,8 @@
*
************************************************************************/
+#include <sal/config.h>
+
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>