You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add missing include header to FBXCommon.h
(cherry picked from commit db29b32cd6)
This commit is contained in:
committed by
Rémi Verschelde
parent
b9d07eeb4b
commit
7c32a2ef51
@@ -76,6 +76,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#ifndef FBXCOMMON_H
|
#ifndef FBXCOMMON_H
|
||||||
#define FBXCOMMON_H
|
#define FBXCOMMON_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace FBXDocParser {
|
namespace FBXDocParser {
|
||||||
|
|||||||
Reference in New Issue
Block a user