浏览代码

Include stdint.h for uint64_t

Joe Hermaszewski 10 年之前
父节点
当前提交
50dbb867ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/assimp/metadata.h

+ 1 - 0
include/assimp/metadata.h

@@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "Compiler/pstdint.h"
 #else
 #include <limits.h>
+#include <stdint.h>
 #endif