Skip to content

Commit

Permalink
Merge pull request #167 from Chandima301/master
Browse files Browse the repository at this point in the history
Add a fix to FENNEL Partitioner merge issue
  • Loading branch information
miyurud authored Jun 9, 2023
2 parents 46dbaae + ebef95e commit 3b47354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partitioner/stream/Partitioner.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define JASMINE_PARTITIONER_HEADER
#include <vector>

#include "../../nativestore/NodeManager.h"
#include "../../centralstore/incremental/NodeManager.h"
#include "./Partition.h"

typedef std::vector<std::pair<std::string, long>> partitionedEdge;
Expand Down

0 comments on commit 3b47354

Please sign in to comment.