mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 09:35:25 +00:00
Move VisualLogger.h include to header to deal with cases where not otherwise included
This commit is contained in:
parent
e44a81ee8d
commit
53aafc47c4
@ -1,5 +1,5 @@
|
||||
#include "StevesVisualLogger.h"
|
||||
#include "VisualLogger/VisualLogger.h"
|
||||
|
||||
|
||||
|
||||
void FStevesVisualLogger::InternalPolyLogfImpl(const UObject* Object,
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "CoreMinimal.h"
|
||||
#include "VisualLogger/VisualLogger.h"
|
||||
|
||||
class STEVESUEHELPERS_API FStevesVisualLogger
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user