Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / json_spirit / json_spirit.h
1 #ifndef JSON_SPIRIT\r
2 #define JSON_SPIRIT\r
3 \r
4 //          Copyright John W. Wilkinson 2007 - 2011\r
5 // Distributed under the MIT License, see accompanying file LICENSE.txt\r
6 \r
7 // json spirit version 4.05\r
8 \r
9 #if defined(_MSC_VER) && (_MSC_VER >= 1020)\r
10 # pragma once\r
11 #endif\r
12 \r
13 #include "json_spirit_value.h"\r
14 #include "json_spirit_reader.h"\r
15 #include "json_spirit_writer.h"\r
16 #include "json_spirit_utils.h"\r
17 \r
18 #endif\r