summaryrefslogtreecommitdiff
path: root/libjsonpp/pch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libjsonpp/pch.hpp')
-rw-r--r--libjsonpp/pch.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/libjsonpp/pch.hpp b/libjsonpp/pch.hpp
new file mode 100644
index 0000000..c0123d3
--- /dev/null
+++ b/libjsonpp/pch.hpp
@@ -0,0 +1,12 @@
+#ifdef BOOST_BUILD_PCH_ENABLED
+#ifndef JSON_PCH
+#define JSON_PCH
+
+#include <boost/variant.hpp>
+#include <glibmm/ustring.h>
+#include <map>
+#include <list>
+
+#endif
+#endif
+