Add some headers needed for MSVC.

Reisiger spotted and tested the fix.
This commit is contained in:
Mark de Wever 2009-04-11 17:28:06 +00:00
parent a58b5986e6
commit 522583f0c5
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include "global.hpp"
#include <iosfwd>
#include <string>
class config;
class t_string;

View file

@ -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) {