Browse Source

Update utLogger.cpp

Kim Kulling 1 year ago
parent
commit
d1e41aef21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/Common/utLogger.cpp

+ 1 - 1
test/unit/Common/utLogger.cpp

@@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
 #include "UnitTestPCH.h"
-#include <assimp/IMporter.hpp>
+#include <assimp/Importer.hpp>
 
 using namespace Assimp;
 class utLogger : public ::testing::Test {};