Skip to content

Commit d92f6dd

Browse files
authored
Fixes DEV_HOST macro (alibaba#87)
1 parent db37128 commit d92f6dd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

grape/graph/adj_list.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818

1919
#include <utility>
2020

21+
#include "grape/config.h"
2122
#include "grape/graph/edge.h"
2223
#include "grape/utils/vertex_array.h"
2324

grape/graph/edge.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818

1919
#include <utility>
2020

21+
#include "grape/config.h"
2122
#include "grape/types.h"
2223

2324
namespace grape {

grape/graph/vertex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818

1919
#include <utility>
2020

21+
#include "grape/config.h"
2122
#include "grape/types.h"
2223

2324
namespace grape {

0 commit comments

Comments
 (0)