Skip to content

Commit

Permalink
#16: add ifdef for remaining omp include
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed May 7, 2024
1 parent 9c7b37e commit 208ccf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/python/tv.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
#include <filesystem>
#include <map>

#include <omp.h>
#ifdef VT_TV_OPENMP_ENABLED
#include <omp.h>
#endif

namespace vt::tv::bindings::python {

Expand Down

0 comments on commit 208ccf8

Please sign in to comment.