summaryrefslogtreecommitdiff
path: root/common/view.cpp
diff options
context:
space:
mode:
authorleo2001-01-25 23:06:11 +0000
committerleo2001-01-25 23:06:11 +0000
commitfdaeae206f67ce36fcc58e72897a731489691768 (patch)
treebbc33ffb413ceca9a42fbf75e9695a695eedc939 /common/view.cpp
parent789d7a2a8eabb75bdc7d13d34b07bc219252b084 (diff)
Multiple project views
git-svn-id: http://svn.leocad.org/trunk@227 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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)