VC2010 fix

This was SVN commit r7740.
This commit is contained in:
Ykkrosh 2010-07-11 22:52:09 +00:00
parent 8c1deecdbe
commit b1bdb2b1f2

View File

@ -43,6 +43,7 @@
#include <cassert>
#include <vector>
#include <limits>
#include <iterator>
class PSAConvert
{
@ -128,7 +129,7 @@ public:
// Push frameBoneTransforms onto the back of boneTransforms
copy(frameBoneTransforms.begin(), frameBoneTransforms.end(),
inserter(boneTransforms, boneTransforms.end()));
std::inserter(boneTransforms, boneTransforms.end()));
}
// Convert into game's coordinate space