Fix compile

This commit is contained in:
luboslenco
2024-04-12 12:51:07 +02:00
parent 88faea0f3d
commit e5d106ed6a
2 changed files with 3 additions and 0 deletions
@@ -1,3 +1,5 @@
#include <stdint.h>
#define TINYDDSLOADER_IMPLEMENTATION
#include "tinyddsloader.h"
using namespace tinyddsloader;
@@ -1,3 +1,4 @@
#include <stdint.h>
#include "tinyusdz/tinyusdz.hh"
#include <math.h>