Skip to content

Commit 4fd6f13

Browse files
committed
compile fix for development mode
1 parent 039614e commit 4fd6f13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/MachineLearningRemote/Private/MachineLearningRemote.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#include "MachineLearningRemote.h"
44
#include "MachineLearningBase.h"
55

6+
#if WITH_EDITOR
67
DEFINE_LOG_CATEGORY(MLBaseLog);
8+
#endif
79

810
#define LOCTEXT_NAMESPACE "FMachineLearningRemoteModule"
911

0 commit comments

Comments
 (0)