json: make include paths relative
fixes path issues when used from other projects
This commit is contained in:
parent
3d53ee5eb1
commit
2ae1c5e465
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user