aleuly / ifcplusplus

Automatically exported from code.google.com/p/ifcplusplus
Other
0 stars 0 forks source link

ReaderWriterIFC requires IfcPPReaderSTEP header #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by fabian.g...@gmail.com on 17 Dec 2014 at 12:27