summaryrefslogtreecommitdiff
path: root/inc/window.h
diff options
context:
space:
mode:
authorTom Barrett <tombarrett@cornell.engr.siu.edu>2015-05-01 14:02:12 -0500
committerTom Barrett <tombarrett@cornell.engr.siu.edu>2015-05-01 14:02:12 -0500
commit386279f378d49f6dddb276fbfde92fe1444b6ea1 (patch)
tree90beed57e495ac409cec72b5bf42e3d6fb702e68 /inc/window.h
parent7cbc9334a09540627df8845bb9952196276ae6f9 (diff)
needs cleaning, hasnt been tested
Diffstat (limited to 'inc/window.h')
-rw-r--r--inc/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/window.h b/inc/window.h
index fb1cf67..17ba597 100644
--- a/inc/window.h
+++ b/inc/window.h
@@ -5,6 +5,8 @@
#include <SDL2/SDL_image.h>
#include <string>
#include <cmath>
+#include <stdlib.h>
+#include <time.h>
class Window
{