diff options
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r-- | project2/xml/sessionXml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/xml/sessionXml.h b/project2/xml/sessionXml.h index e79e507..4288d9e 100644 --- a/project2/xml/sessionXml.h +++ b/project2/xml/sessionXml.h @@ -2,6 +2,7 @@ #define SESSIONXML_H #include "sessionContainer.h" +#include "options.h" #include <boost/filesystem/path.hpp> class SessionContainerXml : public SessionContainer { |