diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-01-07 22:38:21 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-12 17:56:16 +0200 |
| commit | 3144566584642a455df7b8ec9d46974f1b8d1a56 (patch) | |
| tree | 5477cf9035ac68b5b6aa90c8dfd3e50da246a639 /src/server/worldserver/CommandLine | |
| parent | 27cd5a90f4c1f34c47cd4e1bd1a616e9b11b10ec (diff) | |
Core/Misc: Include cleanup, 2023 edition
(cherry picked from commit 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4)
Diffstat (limited to 'src/server/worldserver/CommandLine')
| -rw-r--r-- | src/server/worldserver/CommandLine/CliRunnable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp index c5a14c9dcc2..878b70eab41 100644 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -35,6 +35,8 @@ #include <cstring> #include <readline/readline.h> #include <readline/history.h> +#else +#include <Windows.h> #endif static constexpr char CLI_PREFIX[] = "TC> "; |
