Pointer tests now need <algorithm> (for std::swap), but no tabs.

This commit is contained in:
ylavic 2018-12-17 14:42:09 +01:00
parent a66cf7924c
commit 2ce91b823c

View File

@ -16,6 +16,7 @@
#include "rapidjson/pointer.h" #include "rapidjson/pointer.h"
#include "rapidjson/stringbuffer.h" #include "rapidjson/stringbuffer.h"
#include <sstream> #include <sstream>
#include <algorithm>
using namespace rapidjson; using namespace rapidjson;