Alexander Afanasyev | 01106cd | 2013-02-27 01:01:22 -0800 | [diff] [blame] | 1 | #ifndef JSON_SPIRIT |
2 | #define JSON_SPIRIT | ||||
3 | |||||
4 | // Copyright John W. Wilkinson 2007 - 2011 | ||||
5 | // Distributed under the MIT License, see accompanying file LICENSE.txt | ||||
6 | |||||
7 | // json spirit version 4.05 | ||||
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 |