diff --git a/src/partitioner/stream/Partitioner.h b/src/partitioner/stream/Partitioner.h index 3c3a5d6af..0b66626ef 100644 --- a/src/partitioner/stream/Partitioner.h +++ b/src/partitioner/stream/Partitioner.h @@ -14,7 +14,7 @@ #define JASMINE_PARTITIONER_HEADER #include -#include "../../nativestore/NodeManager.h" +#include "../../centralstore/incremental/NodeManager.h" #include "./Partition.h" typedef std::vector> partitionedEdge;