X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fjson_spirit%2Fjson_spirit.h;fp=src%2Fceph%2Fsrc%2Fjson_spirit%2Fjson_spirit.h;h=d574af5b8a64ea86e985aac40eacddea34366f88;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/json_spirit/json_spirit.h b/src/ceph/src/json_spirit/json_spirit.h new file mode 100644 index 0000000..d574af5 --- /dev/null +++ b/src/ceph/src/json_spirit/json_spirit.h @@ -0,0 +1,18 @@ +#ifndef JSON_SPIRIT +#define JSON_SPIRIT + +// Copyright John W. Wilkinson 2007 - 2011 +// Distributed under the MIT License, see accompanying file LICENSE.txt + +// json spirit version 4.05 + +#if defined(_MSC_VER) && (_MSC_VER >= 1020) +# pragma once +#endif + +#include "json_spirit_value.h" +#include "json_spirit_reader.h" +#include "json_spirit_writer.h" +#include "json_spirit_utils.h" + +#endif