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:
authormiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2012-11-16 18:33:03 +0400
committermiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2012-11-16 18:33:03 +0400
commit23056abad12c5bddf73e00b728d1d53c712627a5 (patch)
tree7d12df4a6c0ca088da7c78fb8136a2f31b7f7f39 /include/rapidjson
parent513651629382785e14a506b30b134a50a11030a6 (diff)
Added #include <new> for placement new operator.
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@105 c5894555-1306-4e8d-425f-1f6f381ee07c
Diffstat (limited to 'include/rapidjson')
-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)