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

pull/2170/head
Matthias Moulin 2018-10-06 15:22:10 +02:00 committed by GitHub
parent 88c173a6f4
commit 716205fde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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