OgreImporter: Forgot to rebuild after filename changes so broke the build. Fix includes, add include guards and ASSIMP_BUILD_NO_OGRE_IMPORTER to missing places.

This commit is contained in:
Jonne Nauha
2014-05-01 17:19:03 +03:00
parent fcb97bb595
commit 45715df263
6 changed files with 22 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSIMP_BUILD_NO_OGRE_IMPORTER
#include "OgreImporter.hpp"
#include "OgreImporter.h"
#include "TinyFormatter.h"
using namespace std;