mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 21:38:41 +00:00
fix build issues wrt missing #includes on windows/mingw
This commit is contained in:
parent
e4387da523
commit
fc8350cc20
@ -17,6 +17,7 @@
|
|||||||
#include "global.hpp"
|
#include "global.hpp"
|
||||||
|
|
||||||
#include "clipboard.hpp"
|
#include "clipboard.hpp"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#if defined(_X11) && !defined(__APPLE__)
|
#if defined(_X11) && !defined(__APPLE__)
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
#include "formula_string_utils.hpp"
|
#include "formula_string_utils.hpp"
|
||||||
#include "play_controller.hpp"
|
#include "play_controller.hpp"
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
static lg::log_domain log_network("network");
|
static lg::log_domain log_network("network");
|
||||||
#define ERR_NW LOG_STREAM(err, log_network)
|
#define ERR_NW LOG_STREAM(err, log_network)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user