summaryrefslogtreecommitdiff
path: root/common/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/view.cpp')
-rw-r--r--common/view.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/view.cpp b/common/view.cpp
index abd8435..27e0595 100644
--- a/common/view.cpp
+++ b/common/view.cpp
@@ -2,8 +2,9 @@
// View the project contents
//
-#include "view.h"
+#include <stdlib.h>
#include "project.h"
+#include "view.h"
View::View (Project *pProject, GLWindow *share)
: GLWindow (share)