json: make include paths relative

fixes path issues when used from other projects
This commit is contained in:
Danny Robson 2015-02-03 13:09:23 +11:00
parent 3d53ee5eb1
commit 2ae1c5e465

View File

@ -28,8 +28,8 @@
#include <boost/filesystem.hpp>
#include "iterator.hpp"
#include "json/flat.hpp"
#include "../iterator.hpp"
#include "./flat.hpp"
namespace json { namespace tree {
class node;