mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +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 "StevesVisualLogger.h"
|
||||||
#include "VisualLogger/VisualLogger.h"
|
|
||||||
|
|
||||||
|
|
||||||
void FStevesVisualLogger::InternalPolyLogfImpl(const UObject* Object,
|
void FStevesVisualLogger::InternalPolyLogfImpl(const UObject* Object,
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
|
#include "VisualLogger/VisualLogger.h"
|
||||||
|
|
||||||
class STEVESUEHELPERS_API FStevesVisualLogger
|
class STEVESUEHELPERS_API FStevesVisualLogger
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user