summaryrefslogtreecommitdiff
path: root/project2/json/conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/json/conversion.h')
-rw-r--r--project2/json/conversion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/project2/json/conversion.h b/project2/json/conversion.h
index 31bfc8c..d875462 100644
--- a/project2/json/conversion.h
+++ b/project2/json/conversion.h
@@ -1,3 +1,6 @@
+#ifndef JSON_CONVERSION_H
+#define JSON_CONVERSION_H
+
#include "variables.h"
#include "json.h"
#include <boost/numeric/conversion/cast.hpp>
@@ -25,4 +28,5 @@ class JsonToProject2 : public boost::static_visitor<VariableType> {
}
};
+#endif