Browse Source

fix missing include for size_t

Tomas Maly 3 years ago
parent
commit
acf73659d8
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
 
 #include <vector>
+#include <cstddef> // size_t
 
 namespace Assimp {