diff --git a/watchman/watcher/fsevents.cpp b/watchman/watcher/fsevents.cpp index fb183f583ab9..942ab7930937 100644 --- a/watchman/watcher/fsevents.cpp +++ b/watchman/watcher/fsevents.cpp @@ -5,6 +5,20 @@ * LICENSE file in the root directory of this source tree. */ +#include +#include +#include +#include +#include + +#include "watchman/Client.h" +#include "watchman/FlagMap.h" +#include "watchman/InMemoryView.h" +#include "watchman/LogConfig.h" +#include "watchman/fs/Pipe.h" +#include "watchman/watcher/WatcherRegistry.h" +#include "watchman/watchman_cmd.h" + #if HAVE_FSEVENTS #include "watchman/watcher/fsevents.h"