Browse Source

potential fix for missing cln

Former-commit-id: 9ce9f1af0a
tempestpy_adaptions
sjunges 8 years ago
parent
commit
efaab9abe1
  1. 2
      src/adapters/CarlAdapter.h

2
src/adapters/CarlAdapter.h

@ -44,12 +44,14 @@ namespace carl {
}
#ifdef STORM_HAVE_CLN
namespace cln {
inline size_t hash_value(cl_RA const& n) {
std::hash<cln::cl_RA> h;
return h(n);
}
}
#endif
namespace storm {
#if defined STORM_HAVE_CLN && defined USE_CLN_NUMBERS

Loading…
Cancel
Save