Browse Source

Merge pull request #4380 from malytomas/tomas/fixsizet

fix missing include for size_t
Kim Kulling 3 years ago
parent
commit
97c7e084c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Common/Compression.h

+ 1 - 0
code/Common/Compression.h

@@ -42,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #pragma once
 #pragma once
 
 
 #include <vector>
 #include <vector>
+#include <cstddef> // size_t
 
 
 namespace Assimp {
 namespace Assimp {