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:
parent
96c80ecea5
commit
01ed956ee4
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "./iterator.hpp"
|
#include "../iterator.hpp"
|
||||||
|
|
||||||
namespace util::comparator {
|
namespace util::comparator {
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user