summaryrefslogtreecommitdiff
path: root/project2/common/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/options.cpp')
-rw-r--r--project2/common/options.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/project2/common/options.cpp b/project2/common/options.cpp
index fd93576..3000069 100644
--- a/project2/common/options.cpp
+++ b/project2/common/options.cpp
@@ -1,6 +1,7 @@
#include <pch.hpp>
#include "options.h"
#include <boost/foreach.hpp>
+#include "instanceStore.impl.h"
class NamedOption : public Options::Option {
public:
@@ -169,3 +170,5 @@ Options::InstanceTarget::assign(const VariableType & value) const
assigner(value);
}
+INSTANTIATESTORE(std::string, Options);
+