bugfix : fix unresolved symbols if 3DS-import is configured not to be oart of the lib.

Signed-off-by: Kim <Kulling>
pull/28/head^2
Kim 2013-04-08 20:16:56 +02:00
parent 68f3f4c80a
commit bd05acf872
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "BaseImporter.h"
#include "../include/assimp/types.h"
#ifndef ASSIMP_BUILD_NO_3DS_IMPORTER
struct aiNode;
#include "3DSHelper.h"
@ -271,6 +273,8 @@ protected:
bool bIsPrj;
};
#endif // !! ASSIMP_BUILD_NO_3DS_IMPORTER
} // end of namespace Assimp
#endif // AI_3DSIMPORTER_H_INC