comparator: use relative paths for dependent header

the header wasn't found when included from external projects. this uses
the correct relative path
This commit is contained in:
Danny Robson 2017-06-29 15:27:29 +10:00
parent 96c80ecea5
commit 01ed956ee4

View File

@ -19,7 +19,7 @@
#include <memory> #include <memory>
#include "./iterator.hpp" #include "../iterator.hpp"
namespace util::comparator { namespace util::comparator {
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////