diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:39:17 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 03:39:17 (GMT) |
commit | 44af912be83d37ff2ef90c084d70b25b358d6d72 (patch) | |
tree | 0ac862c00164bb3366def5b774c202dcdc234fcc /src/OffscreenView.h | |
parent | 2d59f7acf63d423f75753781b0b37c024dd3c80f (diff) |
basic bootup of offscreen opengl context
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index 6c57c47..a44e0c1 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -8,6 +8,7 @@ #ifndef _MSC_VER #include <stdint.h> #endif +#include "system-gl.h" class OffscreenView { |