Переглянути джерело

added include <map> 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
alil 17 роки тому
батько
коміт
cfeb8b2b2a
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      include/assimp.hpp

+ 2 - 0
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.
 #	error This header requires C++ to be used.
 #endif
 #endif
 
 
+
+#include <map>
 // public ASSIMP headers
 // public ASSIMP headers
 #include "aiTypes.h"
 #include "aiTypes.h"
 #include "aiConfig.h"
 #include "aiConfig.h"