initial code repo
[stor4nfv.git] / src / ceph / src / json_spirit / json_spirit.h
diff --git a/src/ceph/src/json_spirit/json_spirit.h b/src/ceph/src/json_spirit/json_spirit.h
new file mode 100644 (file)
index 0000000..d574af5
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef JSON_SPIRIT\r
+#define JSON_SPIRIT\r
+\r
+//          Copyright John W. Wilkinson 2007 - 2011\r
+// Distributed under the MIT License, see accompanying file LICENSE.txt\r
+\r
+// json spirit version 4.05\r
+\r
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)\r
+# pragma once\r
+#endif\r
+\r
+#include "json_spirit_value.h"\r
+#include "json_spirit_reader.h"\r
+#include "json_spirit_writer.h"\r
+#include "json_spirit_utils.h"\r
+\r
+#endif\r