Move VisualLogger.h include to header to deal with cases where not otherwise included

This commit is contained in:
Steve Streeting 2024-01-19 14:35:11 +00:00
parent e44a81ee8d
commit 53aafc47c4
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include "StevesVisualLogger.h"
#include "VisualLogger/VisualLogger.h"
void FStevesVisualLogger::InternalPolyLogfImpl(const UObject* Object,

View File

@ -1,5 +1,6 @@
#pragma once
#include "CoreMinimal.h"
#include "VisualLogger/VisualLogger.h"
class STEVESUEHELPERS_API FStevesVisualLogger
{