diff --git a/json/tree.hpp b/json/tree.hpp index 2a4ecf7f..368e85c4 100644 --- a/json/tree.hpp +++ b/json/tree.hpp @@ -28,8 +28,8 @@ #include -#include "iterator.hpp" -#include "json/flat.hpp" +#include "../iterator.hpp" +#include "./flat.hpp" namespace json { namespace tree { class node;