diff options
Diffstat (limited to 'project2/xmlObjectLoader.cpp')
-rw-r--r-- | project2/xmlObjectLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xmlObjectLoader.cpp b/project2/xmlObjectLoader.cpp index f14f773..17e59d4 100644 --- a/project2/xmlObjectLoader.cpp +++ b/project2/xmlObjectLoader.cpp @@ -1,7 +1,7 @@ #include "xmlObjectLoader.h" #include "exceptions.h" #include "logger.h" -#include <stdio.h> +#include <boost/shared_ptr.hpp> unsigned int LoaderBase::depth = 0; std::set<SourceObjectPtr> LoaderBase::loadedObjects; |