lime_qt.cpp: iostream is now always included

This is now needed on Windows since the `--multiplayer` warning message was added.

This warning is not important enough to be shown as a popup via `GMainWindow::ShowCommandOutput`.
This commit is contained in:
OpenSauce04 2024-10-24 11:49:37 +01:00
parent 1b5a24b452
commit aa2bf65a83

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <clocale>
#include <iostream>
#include <memory>
#include <optional>
#include <thread>
@ -24,7 +25,6 @@
#include <shlobj.h>
#include <windows.h>
#else
#include <iostream>
#include <getopt.h>
#endif
#ifdef __unix__