From f48c8ecccefbf9ac652c1d2940cb9219c3315252 Mon Sep 17 00:00:00 2001 From: xantares Date: Mon, 21 Apr 2014 21:58:29 +0200 Subject: [PATCH] Fix for issue #177 with mingw --- include/assimp/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp/types.h b/include/assimp/types.h index 604591402..cbbf8fff5 100644 --- a/include/assimp/types.h +++ b/include/assimp/types.h @@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define AI_TYPES_H_INC // Some runtime headers +#include #include #include #include