From 80da4a4093de44495da96bfc54b696fc3e5f9042 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sat, 29 Nov 2008 16:32:34 +0000 Subject: [PATCH] Fixed missing #include in assimp.hpp. Thanks to Andy Maloney for the hint. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@256 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- include/assimp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/assimp.hpp b/include/assimp.hpp index 275c2b821..7a012bda7 100644 --- a/include/assimp.hpp +++ b/include/assimp.hpp @@ -49,6 +49,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #endif #include +#include // Public ASSIMP headers #include "aiTypes.h"