Merge pull request #83869 from rarysson/fix-3.x-build
[3.x] Add missing include header to FBXCommon.h
This commit is contained in:
commit
42dda76296
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…
Reference in a new issue