Merge pull request #1763 from assimp/issue_1752
closes https://github.com/assimp/assimp/issues/1752: move guard over …pull/1764/head
commit
7de0453b46
|
@ -40,13 +40,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
/** MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py */
|
/** MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py */
|
||||||
|
|
||||||
#include "AssimpPCH.h"
|
|
||||||
#ifndef ASSIMP_BUILD_NO_IFC_IMPORTER
|
#ifndef ASSIMP_BUILD_NO_IFC_IMPORTER
|
||||||
|
|
||||||
#include "IFCReaderGen.h"
|
#include "AssimpPCH.h"
|
||||||
|
#include "IFCReaderGen4.h"
|
||||||
|
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
using namespace IFC;
|
using namespace IFC;
|
||||||
|
using namespace ::Assimp::IFC::Schema_4;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
namespace IFC {
|
namespace IFC {
|
||||||
|
namespace Schema_4 {
|
||||||
|
|
||||||
using namespace STEP;
|
using namespace STEP;
|
||||||
using namespace STEP::EXPRESS;
|
using namespace STEP::EXPRESS;
|
||||||
|
|
||||||
|
@ -5443,6 +5445,7 @@ namespace STEP {
|
||||||
|
|
||||||
#undef DECL_CONV_STUB
|
#undef DECL_CONV_STUB
|
||||||
|
|
||||||
|
} //! Schema_4
|
||||||
} //! STEP
|
} //! STEP
|
||||||
} //! Assimp
|
} //! Assimp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue