X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2Fmain.cpp;h=de925251b8210c0357361570d68c833c90b2e0c7;hb=a72be896aa213360a5897ca5d3a15b29bb7327d8;hp=4dafde22c66fb7865afa03c1ceda8eb7fdada841;hpb=8c9e746e6c0eb90f6b1e89ba66a7cd0a8e4d0801;p=casparcg diff --git a/shell/main.cpp b/shell/main.cpp index 4dafde22c..de925251b 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -46,6 +46,7 @@ #include #include +#include #include #include @@ -267,6 +268,7 @@ int main(int argc, wchar_t* argv[]) // Create server object which initializes channels, protocols and controllers. caspar::server caspar_server(shutdown_server_now); + // Use separate thread for the blocking console input, will be terminated // anyway when the main thread terminates.