Update utLogger.cpp

kimkulling/fix_logstream_leak_issue-5700
Kim Kulling 2024-09-07 20:08:53 +02:00 committed by GitHub
parent 2e6c92a797
commit d1e41aef21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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