2
0
Эх сурвалжийг харах

Fixed missing #include <vector> 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
aramis_acg 17 жил өмнө
parent
commit
80da4a4093

+ 1 - 0
include/assimp.hpp

@@ -49,6 +49,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #endif
 #endif
 
 
 #include <map>
 #include <map>
+#include <vector>
 
 
 // Public ASSIMP headers
 // Public ASSIMP headers
 #include "aiTypes.h"
 #include "aiTypes.h"