Skip to content

Commit

Permalink
fix include ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
pah committed Dec 8, 2014
1 parent 760883c commit 8794bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/rapidjson/stringbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
#ifndef RAPIDJSON_STRINGBUFFER_H_
#define RAPIDJSON_STRINGBUFFER_H_

#include "rapidjson.h"

#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
#include <utility> // std::move
#endif

#include "rapidjson.h"
#include "internal/stack.h"

RAPIDJSON_NAMESPACE_BEGIN
Expand Down

0 comments on commit 8794bbd

Please sign in to comment.