summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/COBScene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/COBScene.h')
-rw-r--r--src/3rdparty/assimp/code/COBScene.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/3rdparty/assimp/code/COBScene.h b/src/3rdparty/assimp/code/COBScene.h
index 0e27d1461..a1d6ebc27 100644
--- a/src/3rdparty/assimp/code/COBScene.h
+++ b/src/3rdparty/assimp/code/COBScene.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -46,12 +47,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <memory>
#include <deque>
+#include <map>
#include "BaseImporter.h"
-#include "./../include/assimp/material.h"
+#include <assimp/material.h>
-namespace Assimp {
- namespace COB {
+namespace Assimp {
+namespace COB {
// ------------------
/** Represents a single vertex index in a face */