diff options
Diffstat (limited to 'project2/streams/viewStream.cpp')
-rw-r--r-- | project2/streams/viewStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/streams/viewStream.cpp b/project2/streams/viewStream.cpp index fb40c0e..28efc17 100644 --- a/project2/streams/viewStream.cpp +++ b/project2/streams/viewStream.cpp @@ -1,6 +1,6 @@ #include "scriptLoader.h" #include "stream.h" -#include "scopeObject.h" +#include <scopeObject.h> #include "ostreamWrapper.h" #include "viewHost.h" #include <boost/iostreams/stream.hpp> |