Browse Source

Compile fix

Florian Born 3 năm trước cách đây
mục cha
commit
320775b939
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      code/Common/StackAllocator.h

+ 1 - 0
code/Common/StackAllocator.h

@@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include <deque>
+#include <stdint.h>
 
 namespace Assimp
 {