Merge pull request #209 from pah/fixes/208-stringbuffer-move
stringbuffer.h: add missing include for std::move (fixes #208)
This commit is contained in:
commit
879def80f2
@ -22,6 +22,11 @@
|
||||
#define RAPIDJSON_STRINGBUFFER_H_
|
||||
|
||||
#include "rapidjson.h"
|
||||
|
||||
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
|
||||
#include <utility> // std::move
|
||||
#endif
|
||||
|
||||
#include "internal/stack.h"
|
||||
|
||||
RAPIDJSON_NAMESPACE_BEGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user