Browse Source

fix invalid include

Kim Kulling 7 years ago
parent
commit
b5e79c3cb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/D3MFExporter.cpp

+ 1 - 1
code/D3MFExporter.cpp

@@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include <assimp/scene.h>
 #include <assimp/scene.h>
 #include <assimp/IOSystem.hpp>
 #include <assimp/IOSystem.hpp>
-#include <assimp//IOStream.hpp>
+#include <assimp/IOStream.hpp>
 #include <assimp/Exporter.hpp>
 #include <assimp/Exporter.hpp>
 #include <assimp/DefaultLogger.hpp>
 #include <assimp/DefaultLogger.hpp>