Commit 2ce91b82 authored by ylavic's avatar ylavic

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

parent a66cf792
......@@ -16,6 +16,7 @@
#include "rapidjson/pointer.h"
#include "rapidjson/stringbuffer.h"
#include <sstream>
#include <algorithm>
using namespace rapidjson;
......
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