Fixed compile issues found by compiling editor with -NoPCH -DisableUnity.

#jira

#ROBOMERGE-AUTHOR: bryan.sefcik
#ROBOMERGE-SOURCE: CL 21121764 via CL 21121765 via CL 21121766
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21143035 by bryan sefcik in ue5-main branch]
This commit is contained in:
bryan sefcik
2022-07-17 23:54:03 -04:00
parent 30ab9ae6f4
commit b1e7f6fc29
7 changed files with 19 additions and 0 deletions
@@ -4,6 +4,10 @@
#include "HAL/FileManager.h"
#include "DirectoryWatcherPrivate.h"
#if !UE_BUILD_SHIPPING
#include "Misc/CoreMisc.h"
#endif
// To see inotify watch events:
// TestPAL dirwatcher -LogCmds="LogDirectoryWatcher VeryVerbose"