From 3249409243c3a331db99f660978b9cfdab95ddef Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 28 Sep 2018 18:02:49 +0200 Subject: [PATCH] Some minor findings. --- code/Assimp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Assimp.cpp b/code/Assimp.cpp index 32c430dcf..8de95f001 100644 --- a/code/Assimp.cpp +++ b/code/Assimp.cpp @@ -57,7 +57,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "CInterfaceIOWrapper.h" #include "Importer.h" #include "ScenePrivate.h" -//#include + +#include // ------------------------------------------------------------------------------------------------ #ifndef ASSIMP_BUILD_SINGLETHREADED @@ -107,7 +108,6 @@ namespace Assimp { static std::mutex gLogStreamMutex; #endif - // ------------------------------------------------------------------------------------------------ // Custom LogStream implementation for the C-API class LogToCallbackRedirector : public LogStream {