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
pull/1/head
aramis_acg 2008-11-29 16:32:34 +00:00
parent 94d289d1a3
commit 80da4a4093
1 changed files with 1 additions and 0 deletions

View File

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