Browse Source

Add missing include header to FBXCommon.h

(cherry picked from commit db29b32cd614dce3827c7d65de1e33326b250be7)
Rarysson Guilherme 1 year ago
parent
commit
7c32a2ef51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/fbx/fbx_parser/FBXCommon.h

+ 1 - 0
modules/fbx/fbx_parser/FBXCommon.h

@@ -76,6 +76,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef FBXCOMMON_H
 #define FBXCOMMON_H
 
+#include <cstdint>
 #include <string>
 
 namespace FBXDocParser {