fix for https://github.com/assimp/assimp/issues/887: add missing define.
parent
1acd24e0ae
commit
560e1eebc1
|
@ -48,6 +48,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "BaseImporter.h"
|
#include "BaseImporter.h"
|
||||||
#include "IRRShared.h"
|
#include "IRRShared.h"
|
||||||
|
|
||||||
|
#ifndef ASSIMP_BUILD_NO_IRRMESH_IMPORTER
|
||||||
|
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
@ -92,4 +94,6 @@ protected:
|
||||||
|
|
||||||
} // end of namespace Assimp
|
} // end of namespace Assimp
|
||||||
|
|
||||||
|
#endif // ASSIMP_BUILD_NO_IRRMESH_IMPORTER
|
||||||
|
|
||||||
#endif // AI_IRRMESHIMPORTER_H_INC
|
#endif // AI_IRRMESHIMPORTER_H_INC
|
||||||
|
|
Loading…
Reference in New Issue