- NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard.

pull/21/head
Alexander Gessler 2013-03-28 13:41:58 +01:00
parent bdfcb4b0cb
commit 5a0903668d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "AssimpPCH.h"
#ifndef AI_BUILD_NO_NDO_IMPORTER
#ifndef ASSIMP_BUILD_NO_NDO_IMPORTER
#include "NDOLoader.h"
using namespace Assimp;