fixed include error · codeboy17/graphchi-cpp@a2ef5f6 · GitHub
Skip to content

Commit a2ef5f6

Browse files
author
Aapo Kyrola
committed
fixed include error
1 parent 767474b commit a2ef5f6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/engine/auxdata/dynamicdata/vertex_data_dynamic.hpp

Lines changed: 2 additions & 2 deletions

src/engine/auxdata/vertex_data.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
useful to have a common base class "sequential-file". */
3232

3333
#ifdef DYNAMICVERTEXDATA
34-
#include "auxdata/dynamicdata/vertex_data_dynamic.hpp"
34+
#include "engine/auxdata/dynamicdata/vertex_data_dynamic.hpp"
3535
#else
3636

3737
#ifndef DEF_GRAPHCHI_VERTEXDATA

src/tests/test_dynamicedata_loader.cpp

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)