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
commit5f333817c2542544aa7609badef8d65f2ab73940 (patch)
tree00e18f91a05f2f4b8c62ebd7450d54f879742024 /project2/xml/sessionXml.h
parentMove options into the global scope (diff)
downloadproject2-5f333817c2542544aa7609badef8d65f2ab73940.tar.bz2
project2-5f333817c2542544aa7609badef8d65f2ab73940.tar.xz
project2-5f333817c2542544aa7609badef8d65f2ab73940.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 {