]> Git Repo - VerusCoin.git/blame - src/json/json_spirit.h
Merge pull request #3322
[VerusCoin.git] / src / json / json_spirit.h
CommitLineData
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
This page took 0.093146 seconds and 4 git commands to generate.