diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-22 20:20:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-19 13:47:40 +0100 |
commit | ea306793cc283ab95b69e1c6df8cd74967fa064e (patch) | |
tree | a9111ca9671c2459f9d4171e28fdd6c6bc955d1e /chart2 | |
parent | e4926e844e3f6bbd169aec7124fe185ee184c7fa (diff) |
more windows build fixes
Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/inc/DummyXShape.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chart2/source/view/inc/DummyXShape.hxx b/chart2/source/view/inc/DummyXShape.hxx index d4147dea3ca4..5ee75e5e2bad 100644 --- a/chart2/source/view/inc/DummyXShape.hxx +++ b/chart2/source/view/inc/DummyXShape.hxx @@ -58,6 +58,12 @@ #include <map> #include <boost/scoped_ptr.hpp> +#if defined( _WIN32 ) +#include "prewin.h" +#include "windows.h" +#include "postwin.h" +#endif + #include <GL/gl.h> #include <GL/glu.h> |