Skip to content

Commit 582f71a

Browse files
committed
Fix openmp header (#3325)
1 parent 0d1807e commit 582f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array/cpu/rowwise_pick.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define DGL_ARRAY_CPU_ROWWISE_PICK_H_
88

99
#include <dgl/array.h>
10-
#include <omp.h>
10+
#include <dmlc/omp.h>
1111
#include <functional>
1212
#include <algorithm>
1313
#include <string>

0 commit comments

Comments
 (0)