Browse Source

Merge branch 'master' into prism-pomdp

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
a8f891aa06
  1. 3
      src/storm/adapters/IntelTbbAdapter.h

3
src/storm/adapters/IntelTbbAdapter.h

@ -19,7 +19,8 @@
#endif
#ifdef STORM_HAVE_INTELTBB
#include "tbb/tbb.h"
#include "tbb/parallel_for.h"
#include "tbb/blocked_range.h"
#include "tbb/tbb_stddef.h"
#endif
Loading…
Cancel
Save