blob: 3aa19d48a1a321d6bd73603a399b5143f5f820e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifdef BOOST_BUILD_PCH_ENABLED
#ifndef JSON_PCH
#define JSON_PCH
#include <boost/variant/variant_fwd.hpp>
#include <glibmm/ustring.h>
#include <map>
#include <stack>
#endif
#endif
|