Some minor findings.

pull/2175/head
Kim Kulling 2018-09-28 18:02:49 +02:00
parent 78a70baf7c
commit 3249409243
1 changed files with 2 additions and 2 deletions

View File

@ -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 {