Skip to content

Commit a652848

Browse files
committed
Fix CHAR_BIT undefined. climits header is missing in some build environments
Signed-off-by: Brian McKinnon <brian.mckinnon@ubisoft.com>
1 parent b227321 commit a652848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openvdb/openvdb/points/AttributeSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <openvdb/MetaMap.h>
1616

1717
#include <limits>
18+
#include <climits>
1819
#include <memory>
1920
#include <vector>
2021

0 commit comments

Comments
 (0)