From cfeb8b2b2af8814fdb4e1af2725c0f16b6bbf8c1 Mon Sep 17 00:00:00 2001 From: alil Date: Wed, 29 Oct 2008 22:29:07 +0000 Subject: [PATCH] added include as the std::map is needed in this file git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@205 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- include/assimp.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/assimp.hpp b/include/assimp.hpp index bb23b2aac..f790f0067 100644 --- a/include/assimp.hpp +++ b/include/assimp.hpp @@ -47,6 +47,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # error This header requires C++ to be used. #endif + +#include // public ASSIMP headers #include "aiTypes.h" #include "aiConfig.h"