diff --git a/src/ftxui/component/screen_interactive.cpp b/src/ftxui/component/screen_interactive.cpp index 899f518e..32d7aabc 100644 --- a/src/ftxui/component/screen_interactive.cpp +++ b/src/ftxui/component/screen_interactive.cpp @@ -33,7 +33,7 @@ #ifndef NOMINMAX #define NOMINMAX #endif -#include +#include #ifndef UNICODE #error Must be compiled in UNICODE mode #endif diff --git a/src/ftxui/screen/screen.cpp b/src/ftxui/screen/screen.cpp index ed738317..2f7b1240 100644 --- a/src/ftxui/screen/screen.cpp +++ b/src/ftxui/screen/screen.cpp @@ -14,7 +14,7 @@ #ifndef NOMINMAX #define NOMINMAX #endif -#include +#include #endif namespace ftxui { diff --git a/src/ftxui/screen/terminal.cpp b/src/ftxui/screen/terminal.cpp index 4e1dd263..368212d1 100644 --- a/src/ftxui/screen/terminal.cpp +++ b/src/ftxui/screen/terminal.cpp @@ -10,7 +10,7 @@ #define NOMINMAX #endif -#include +#include #else #include // for winsize, ioctl, TIOCGWINSZ #include // for STDOUT_FILENO