From a8d51bd9725f25353a762f078e5480c131af59f0 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 13 Apr 2009 10:08:27 +0000 Subject: [PATCH] Compilation fixes for MSVC. Add a missing include and missing files in the project. Patch provided by Reisiger. --- projectfiles/VC9/wesnoth.vcproj | 20 ++++++++++++++++---- src/server/sample_user_handler.hpp | 2 ++ 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/projectfiles/VC9/wesnoth.vcproj b/projectfiles/VC9/wesnoth.vcproj index e1aa02470a9..6ac60c9cd2e 100644 --- a/projectfiles/VC9/wesnoth.vcproj +++ b/projectfiles/VC9/wesnoth.vcproj @@ -275,11 +275,11 @@ > + + @@ -2762,11 +2766,11 @@ > + + @@ -2893,6 +2901,10 @@ RelativePath="..\..\src\formula_callable.hpp" > + + diff --git a/src/server/sample_user_handler.hpp b/src/server/sample_user_handler.hpp index 1c18c672ef7..45fa85906ff 100644 --- a/src/server/sample_user_handler.hpp +++ b/src/server/sample_user_handler.hpp @@ -20,6 +20,8 @@ #include #include +#include + /** * @class An exmple how to implement user_handler to demonstrate the interface * If you use this on anything real you are insane