Skip to content

Commit

Permalink
Fix openmp header (dmlc#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarclayII authored Sep 13, 2021
1 parent 26b6318 commit e7ea0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/cpu/rowwise_pick.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define DGL_ARRAY_CPU_ROWWISE_PICK_H_

#include <dgl/array.h>
#include <omp.h>
#include <dmlc/omp.h>
#include <functional>
#include <algorithm>
#include <string>
Expand Down

0 comments on commit e7ea0f5

Please sign in to comment.