summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/include/assimp/IOStream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/include/assimp/IOStream.hpp')
-rw-r--r--src/3rdparty/assimp/include/assimp/IOStream.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/include/assimp/IOStream.hpp b/src/3rdparty/assimp/include/assimp/IOStream.hpp
index 6cc231b3d..ce5907a47 100644
--- a/src/3rdparty/assimp/include/assimp/IOStream.hpp
+++ b/src/3rdparty/assimp/include/assimp/IOStream.hpp
@@ -3,7 +3,8 @@
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
@@ -42,6 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* @brief File I/O wrappers for C++.
*/
+#pragma once
#ifndef AI_IOSTREAM_H_INC
#define AI_IOSTREAM_H_INC