From 6920c433fde33fcb0bedbb0aba7e7ce58e1bcede Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Wed, 7 Aug 2013 14:29:17 +0200 Subject: [PATCH] add missing include to fast_atof.h --- code/fast_atof.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/fast_atof.h b/code/fast_atof.h index 68a120c1f..a10ee9666 100644 --- a/code/fast_atof.h +++ b/code/fast_atof.h @@ -16,6 +16,7 @@ #define __FAST_A_TO_F_H_INCLUDED__ #include +#include namespace Assimp {