diff options
author | randomdan <randomdan@localhost> | 2011-09-01 00:38:48 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-09-01 00:38:48 +0000 |
commit | af2307d15c8e79424c69e1d13530d5625c5f1ced (patch) | |
tree | 4e9ee06f554f914af3e8b6ae4b2e3adb7129add9 | |
parent | Add precompiled headers to common (diff) | |
download | project2-af2307d15c8e79424c69e1d13530d5625c5f1ced.tar.bz2 project2-af2307d15c8e79424c69e1d13530d5625c5f1ced.tar.xz project2-af2307d15c8e79424c69e1d13530d5625c5f1ced.zip |
Fix missing include
-rw-r--r-- | project2/xml/rawView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/xml/rawView.cpp b/project2/xml/rawView.cpp index 90569c9..73c319d 100644 --- a/project2/xml/rawView.cpp +++ b/project2/xml/rawView.cpp @@ -1,6 +1,7 @@ #include "exceptions.h" #include "rawView.h" #include "xml.h" +#include "presenter.h" #include "xmlObjectLoader.h" #include "environment.h" #include "appEngine.h" |