Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CHAR_BIT undefined. climits header is missing in some build envir…
Browse files Browse the repository at this point in the history
…onments
bpmckinnon committed Oct 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b227321 commit d12b864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openvdb/openvdb/points/AttributeSet.h
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
#include <openvdb/MetaMap.h>

#include <limits>
#include <climits>
#include <memory>
#include <vector>

0 comments on commit d12b864

Please sign in to comment.