Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/rapidjson/document.h')
-rw-r--r--include/rapidjson/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h
index 84e3ca3c..a41288e2 100644
--- a/include/rapidjson/document.h
+++ b/include/rapidjson/document.h
@@ -3,6 +3,7 @@
#include "reader.h"
#include "internal/strfunc.h"
+#include <new> // placement new
#ifdef _MSC_VER
#pragma warning(push)