Skip to content

Commit

Permalink
closes #1752: move guard over include statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Feb 3, 2018
1 parent 455ff4a commit d47f343
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 574 deletions.
5 changes: 3 additions & 2 deletions code/Importer/IFC/IFCReaderGen_4.cpp
Expand Up @@ -40,13 +40,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

/** MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py */

#include "AssimpPCH.h"
#ifndef ASSIMP_BUILD_NO_IFC_IMPORTER

#include "IFCReaderGen.h"
#include "AssimpPCH.h"
#include "IFCReaderGen4.h"

namespace Assimp {
using namespace IFC;
using namespace ::Assimp::IFC::Schema_4;

namespace {

Expand Down

0 comments on commit d47f343

Please sign in to comment.