The line
https://code.google.com/p/ifcplusplus/source/browse/trunk/IfcPlusPlusGeometry/sr
c/ifcppgeometry/ReaderWriterIFC.h#55 causes a compile error because the
ReaderSTEP is not included.
Changing:
#include <ifcpp/reader/IfcPPReader.h>
to:
#include <ifcpp/reader/IfcPPReaderSTEP.h>
solves it
Original issue reported on code.google.com by gioha...@gmail.com on 15 Dec 2014 at 11:40
Original issue reported on code.google.com by
gioha...@gmail.com
on 15 Dec 2014 at 11:40