1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Add missing include header to FBXCommon.h

(cherry picked from commit db29b32cd6)
This commit is contained in:
Rarysson Guilherme
2023-10-23 21:11:45 -03:00
committed by Rémi Verschelde
parent b9d07eeb4b
commit 7c32a2ef51

View File

@@ -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 {