diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-08-27 22:11:47 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-08-27 22:11:47 (GMT) |
commit | eb79c56ece95f5508e9ee12326995a84a1f9a5f2 (patch) | |
tree | 72118446d93704377b3e980abc2922a1492dca02 /tests/OffscreenView.cc | |
parent | b68537b6ac032cb138e4c6225c6be8680f9664f7 (diff) |
allow compilation and running on linux. use SDL for OpenGL dummy window
Diffstat (limited to 'tests/OffscreenView.cc')
-rw-r--r-- | tests/OffscreenView.cc | 5 |
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 |