diff options
-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" |