Explorar el Código

fox build: add missing include for ai_assert.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling hace 10 años
padre
commit
d5699cc89f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      code/OpenGEXImporter.cpp

+ 1 - 0
code/OpenGEXImporter.cpp

@@ -45,6 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include <openddlparser/OpenDDLParser.h>
 #include <assimp/scene.h>
+#include <assimp/ai_assert.h>
 
 #include <vector>