Browse Source

Added <stdint.h>-include

Matias Lavik 6 years ago
parent
commit
ddfc140fc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/FBXUtil.h

+ 1 - 0
code/FBXUtil.h

@@ -48,6 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "FBXCompileConfig.h"
 #include "FBXTokenizer.h"
+#include <stdint.h>
 
 namespace Assimp {
 namespace FBX {