瀏覽代碼

Some minor findings.

Kim Kulling 7 年之前
父節點
當前提交
3249409243
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      code/Assimp.cpp

+ 2 - 2
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 <list>
+
+#include <list>
 
 // ------------------------------------------------------------------------------------------------
 #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 {