diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-12 15:46:07 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-12 15:46:07 +0000 |
| commit | d0f149451d65999ced4635c4fccecc373a913aa2 (patch) | |
| tree | ef264df9e10bade5d1386d657e4205f840455a4a /misc/openvdb/files/patch-openvdb_points_AttributeSet.cc | |
| parent | 9b2049fc6182435d37550ea85f7ccd25ef6cd0b4 (diff) | |
Notes
Diffstat (limited to 'misc/openvdb/files/patch-openvdb_points_AttributeSet.cc')
| -rw-r--r-- | misc/openvdb/files/patch-openvdb_points_AttributeSet.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc b/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc new file mode 100644 index 000000000000..2ddcb64c3d0b --- /dev/null +++ b/misc/openvdb/files/patch-openvdb_points_AttributeSet.cc @@ -0,0 +1,10 @@ +--- openvdb/points/AttributeSet.cc.orig 2019-09-16 16:50:50 UTC ++++ openvdb/points/AttributeSet.cc +@@ -34,6 +34,7 @@ + #include "AttributeGroup.h" + + #include <algorithm> // std::equal ++#include <climits> // CHAR_BIT + #include <string> + + namespace openvdb { |
