Skip to content
Snippets Groups Projects
Commit 536e5859 authored by Ehret's avatar Ehret
Browse files

fix include of Editor.h in non-Editor builds

parent 88a1630c
Branches
No related tags found
2 merge requests!18only reset sessions on starting/restarting in editor not on every map change,!16Develop
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
#include "IDisplayCluster.h" #include "IDisplayCluster.h"
#include "Cluster/IDisplayClusterClusterManager.h" #include "Cluster/IDisplayClusterClusterManager.h"
#endif #endif
#if WITH_EDITOR
#include "Editor.h" #include "Editor.h"
#endif
#include "Misc/CommandLine.h" #include "Misc/CommandLine.h"
LogFileManager UniversalLoggingImpl::Log_File_Manager{}; LogFileManager UniversalLoggingImpl::Log_File_Manager{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment