mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add missing include header to FBXCommon.h
This commit is contained in:
parent
fe7ed984b5
commit
db29b32cd6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue