slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit f6bc5b79c31225c02e9500d0ced4bd26f998f82b Author: Thorsten Behrens <thorsten.behr...@cib.de> Date: Tue Nov 24 02:03:13 2015 +0100 fix build "error C2065: ´M_PI´ : undeclared identifier" Change-Id: I0ba164cdc1c473184b953bffd7d264d1ec8733b6 diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx index 3709f3a..c61209f 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>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits