浏览代码

Compile fix

Florian Born 3 年之前
父节点
当前提交
320775b939
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 {