Moved rapidjson to include path.

This commit is contained in:
Ravin Perera
2019-09-28 22:51:44 +05:30
parent 1a8672b656
commit 81f7cceb8a
39 changed files with 23 additions and 16564 deletions

View File

@@ -4,12 +4,12 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "lib/rapidjson/document.h"
#include "lib/rapidjson/istreamwrapper.h"
#include "lib/rapidjson/ostreamwrapper.h"
#include "lib/rapidjson/prettywriter.h"
#include "conf.h"
#include <rapidjson/document.h>
#include <rapidjson/istreamwrapper.h>
#include <rapidjson/ostreamwrapper.h>
#include <rapidjson/prettywriter.h>
#include <boost/filesystem.hpp>
#include "conf.h"
using namespace std;
using namespace rapidjson;