]>
Commit | Line | Data |
---|---|---|
8bd66202 GA |
1 | #ifndef JSON_SPIRIT |
2 | #define JSON_SPIRIT | |
3 | ||
406b1f05 | 4 | // Copyright John W. Wilkinson 2007 - 2009. |
8bd66202 GA |
5 | // Distributed under the MIT License, see accompanying file LICENSE.txt |
6 | ||
406b1f05 | 7 | // json spirit version 4.03 |
8bd66202 GA |
8 | |
9 | #if defined(_MSC_VER) && (_MSC_VER >= 1020) | |
10 | # pragma once | |
11 | #endif | |
12 | ||
13 | #include "json_spirit_value.h" | |
14 | #include "json_spirit_reader.h" | |
15 | #include "json_spirit_writer.h" | |
16 | #include "json_spirit_utils.h" | |
17 | ||
18 | #endif |