summaryrefslogtreecommitdiff
path: root/tests/OffscreenView.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-08-27 22:11:47 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-08-27 22:11:47 (GMT)
commiteb79c56ece95f5508e9ee12326995a84a1f9a5f2 (patch)
tree72118446d93704377b3e980abc2922a1492dca02 /tests/OffscreenView.cc
parentb68537b6ac032cb138e4c6225c6be8680f9664f7 (diff)
allow compilation and running on linux. use SDL for OpenGL dummy window
Diffstat (limited to 'tests/OffscreenView.cc')
-rw-r--r--tests/OffscreenView.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/OffscreenView.cc b/tests/OffscreenView.cc
index f137041..9565908 100644
--- a/tests/OffscreenView.cc
+++ b/tests/OffscreenView.cc
@@ -1,8 +1,11 @@
#include <GL/glew.h>
#include "OffscreenView.h"
#include <opencsg.h>
-#include "Renderer.h"
+#include "renderer.h"
#include <math.h>
+#include <stdio.h>
+#include <string.h>
+#include <cstdlib>
#define FAR_FAR_AWAY 100000.0
contact: Jan Huwald // Impressum