Browse Source

Include stdint.h for uint64_t

Joe Hermaszewski 10 years ago
parent
commit
50dbb867ec
1 changed files with 1 additions and 0 deletions
  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