mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
jsoncpp: Include C headers since we use APIs without std::
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
#include "json_tool.h"
|
||||
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||
#include <utility>
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <istream>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
#include <math.h>
|
||||
#include <sstream>
|
||||
#include <utility>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#ifdef JSON_USE_CPPTL
|
||||
#include <cpptl/conststring.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user