| 1 | /************************************************************************* |
| 2 | * libjson-rpc-cpp |
| 3 | ************************************************************************* |
| 4 | * @file jsonparser.h |
| 5 | * @date 1/21/2015 |
| 6 | * @author Peter Spiess-Knafl <dev@spiessknafl.at> |
| 7 | * @license See attached LICENSE.txt |
| 8 | ************************************************************************/ |
| 9 | |
| 10 | #ifndef JSONRPC_CPP_JSONPARSER_H_ |
| 11 | #define JSONRPC_CPP_JSONPARSER_H_ |
| 12 | |
| 13 | #include <jsoncpp/json/json.h> |
| 14 | |
| 15 | #endif // JSONRPC_CPP_JSONPARSER_H_ |
| 16 | |