diff options
Diffstat (limited to 'lib/core')
| -rw-r--r-- | lib/core/c++/hlbm.hpp | 2 | ||||
| -rw-r--r-- | lib/core/c++/particle/aabb.hpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index 0ba9cc2..c15bfc4 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -6,6 +6,8 @@ #include "particle/particle.hpp" +#include <iostream> + namespace kel { namespace lbm { namespace cmpt { diff --git a/lib/core/c++/particle/aabb.hpp b/lib/core/c++/particle/aabb.hpp index d74ea88..1773dea 100644 --- a/lib/core/c++/particle/aabb.hpp +++ b/lib/core/c++/particle/aabb.hpp @@ -7,7 +7,7 @@ namespace kel { namespace lbm { template<typename PGroup> class particle_aabb final { - static_assert(saw::always_false<PGroup>::value, "Not supported"); + static_assert(saw::always_false<PGroup>, "Not supported"); }; template<typename T, uint64_t D> |
