From 4e3ad510197d41470269af9b10805f0ccf8c4c14 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 11 Aug 2015 13:06:24 +0200 Subject: qgltf: do not use class headers Seems these are not present for host tools in OS X framework builds, or at least they are under lib/QtCore.framework/Headers etc. which is not used for bootstrap-based tools. Change-Id: I9393dc95b08513ebc2da6ab8d6a8c0800723a0e4 Reviewed-by: Andy Nichols --- tools/qgltf/qgltf.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/qgltf/qgltf.cpp b/tools/qgltf/qgltf.cpp index 14efd2e80..95082468e 100644 --- a/tools/qgltf/qgltf.cpp +++ b/tools/qgltf/qgltf.cpp @@ -40,17 +40,17 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #define GLT_UNSIGNED_SHORT 0x1403 -- cgit v1.2.3