blob: f6ada5390266a54cc403a873c039a0e6a9540af8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/openvdb/openvdb/tools/VelocityFields.h
+++ b/openvdb/openvdb/tools/VelocityFields.h
@@ -26,6 +26,7 @@
#define OPENVDB_TOOLS_VELOCITY_FIELDS_HAS_BEEN_INCLUDED
#include <tbb/parallel_reduce.h>
+#include <boost/static_assert.hpp>
#include <openvdb/Platform.h>
#include <openvdb/openvdb.h>
#include "Interpolation.h" // for Sampler, etc.
|