Browse Source

Merge pull request #4380 from malytomas/tomas/fixsizet

fix missing include for size_t
Kim Kulling 3 năm trước cách đây
mục cha
commit
97c7e084c2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {