Explorar el Código

Fixed include: IFCReaderGen_4 instead of IFCReaderGen4

Matthias Moulin hace 7 años
padre
commit
239c59d715
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/Importer/IFC/IFCReaderGen_4.cpp

+ 1 - 1
code/Importer/IFC/IFCReaderGen_4.cpp

@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef ASSIMP_BUILD_NO_IFC_IMPORTER
 
 #include "AssimpPCH.h"
-#include "IFCReaderGen4.h"
+#include "IFCReaderGen_4.h"
 
 namespace Assimp {
 using namespace IFC;