Fixed building simple opengl texture example with mingw.

This commit is contained in:
Marcel Metz
2012-03-11 22:08:47 +01:00
parent 93fd1133ff
commit 07ab616644
2 changed files with 5 additions and 7 deletions

View File

@@ -17,9 +17,9 @@
#include <windows.h>
#include <stdio.h>
#include <gl\GL.h>
#include <gl\GLU.h>
#include <IL\il.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <IL/il.h>
#include <fstream>
@@ -30,8 +30,8 @@
// assimp include files. These three are usually needed.
#include "assimp/Importer.hpp" //OO version Header!
#include "assimp/PostProcess.h"
#include "assimp/Scene.h"
#include "assimp/postprocess.h"
#include "assimp/scene.h"
#include "assimp/DefaultLogger.hpp"
#include "assimp/LogStream.hpp"