summaryrefslogtreecommitdiff
path: root/project2/xml/sessionXml.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-06-21 00:07:15 +0000
committerrandomdan <randomdan@localhost>2013-06-21 00:07:15 +0000
commit4d0e24e114e41db8899c8c8e0292a33a4a7a8490 (patch)
tree00e18f91a05f2f4b8c62ebd7450d54f879742024 /project2/xml/sessionXml.h
parentMove options into the global scope (diff)
downloadproject2-4d0e24e114e41db8899c8c8e0292a33a4a7a8490.tar.bz2
project2-4d0e24e114e41db8899c8c8e0292a33a4a7a8490.tar.xz
project2-4d0e24e114e41db8899c8c8e0292a33a4a7a8490.zip
Split the plugable stuff into its own files/classes
Diffstat (limited to 'project2/xml/sessionXml.h')
-rw-r--r--project2/xml/sessionXml.h1
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 {