IFCLoader.h fix

pull/1683/head
BuildTools 2018-01-15 19:23:13 -08:00
parent f88572f572
commit 0c37ef55be
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef INCLUDED_AI_IFC_LOADER_H
#define INCLUDED_AI_IFC_LOADER_H
#include "code/BaseImporter.h"
#include "code/LogAux.h"
#include <assimp/BaseImporter.h>
#include <assimp/LogAux.h>
namespace Assimp {