Kaydet (Commit) ea306793 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

more windows build fixes

Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec
üst e4926e84
...@@ -58,6 +58,12 @@ ...@@ -58,6 +58,12 @@
#include <map> #include <map>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#if defined( _WIN32 )
#include "prewin.h"
#include "windows.h"
#include "postwin.h"
#endif
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glu.h> #include <GL/glu.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment