mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 16:32:23 +00:00
Add some headers needed for MSVC.
Reisiger spotted and tested the fix.
This commit is contained in:
parent
a58b5986e6
commit
522583f0c5
@ -21,6 +21,7 @@
|
|||||||
#include "global.hpp"
|
#include "global.hpp"
|
||||||
|
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
class config;
|
class config;
|
||||||
class t_string;
|
class t_string;
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
#include "mail.hpp"
|
#include "mail.hpp"
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
bool user_handler::send_mail(const std::string& to_user,
|
bool user_handler::send_mail(const std::string& to_user,
|
||||||
const std::string& subject, const std::string& message) {
|
const std::string& subject, const std::string& message) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user