Explorar el Código

FBX-Importer: fix usage of deprecated include.

Kim Kulling hace 7 años
padre
commit
2a5728b4c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/FBXConverter.cpp

+ 1 - 1
code/FBXConverter.cpp

@@ -61,7 +61,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <memory>
 #include <iterator>
 #include <vector>
-#include <strstream>
+#include <sstream>
 #include <iomanip>
 
 namespace Assimp {