Skip to content

Commit

Permalink
Fixed compilation without OpenMP (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbecker authored and guolinke committed Jan 24, 2017
1 parent 6a367ac commit 38ea6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric/map_metric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <LightGBM/metric.h>

#include <omp.h>
#include <LightGBM/utils/openmp_wrapper.h>

#include <sstream>
#include <vector>
Expand Down

0 comments on commit 38ea6f6

Please sign in to comment.