Unverified Commit e7ea0f53 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

Fix openmp header (#3325)

parent 26b63180
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#define DGL_ARRAY_CPU_ROWWISE_PICK_H_ #define DGL_ARRAY_CPU_ROWWISE_PICK_H_
#include <dgl/array.h> #include <dgl/array.h>
#include <omp.h> #include <dmlc/omp.h>
#include <functional> #include <functional>
#include <algorithm> #include <algorithm>
#include <string> #include <string>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment