Add some headers needed for MSVC.
Reisiger spotted and tested the fix.
This commit is contained in:
parent
a58b5986e6
commit
522583f0c5
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "global.hpp"
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
||||
class config;
|
||||
class t_string;
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include "mail.hpp"
|
||||
|
||||
#include <ctime>
|
||||
|
||||
bool user_handler::send_mail(const std::string& to_user,
|
||||
const std::string& subject, const std::string& message) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue