#include should be outside

pull/327/head
Gargaj 2014-08-07 09:07:09 +02:00
parent 3c172988bb
commit 2775141da3
1 changed files with 1 additions and 1 deletions

View File

@ -51,11 +51,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// internal headers
#include "AssbinLoader.h"
#include "assbin_chunks.h"
#include "MemoryIOWrapper.h"
#ifdef ASSIMP_BUILD_NO_OWN_ZLIB
# include <zlib.h>
#else
# include "../contrib/zlib/zlib.h"
#include "MemoryIOWrapper.h"
#endif
using namespace Assimp;