mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-17 08:11:30 -06:00
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:
parent
1b5a24b452
commit
aa2bf65a83
@ -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__
|
||||
|
||||
Loading…
Reference in New Issue
Block a user