Commit 760883c2 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

stringbuffer.h: add missing include for std::move (fixes #208)

parent 320eff1c
......@@ -21,6 +21,10 @@
#ifndef RAPIDJSON_STRINGBUFFER_H_
#define RAPIDJSON_STRINGBUFFER_H_
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
#include <utility> // std::move
#endif
#include "rapidjson.h"
#include "internal/stack.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment