mirror of https://github.com/godotengine/godot
Add missing include header to FBXCommon.h
This commit is contained in:
parent
fe7ed984b5
commit
db29b32cd6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue