Browse Source

Replaced "../Include/" include from irrXMLWrapper.h

Matthias Moulin 7 years ago
parent
commit
716205fde0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/irrXMLWrapper.h

+ 1 - 1
include/assimp/irrXMLWrapper.h

@@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 // some long includes ....
 #include <irrXML.h>
-#include "./../include/assimp/IOStream.hpp"
+#include "IOStream.hpp"
 #include "BaseImporter.h"
 #include <vector>