From 522568e59cd476f868906645fec9a3888dade51d Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sun, 19 Jul 2009 10:06:07 +0000 Subject: [PATCH] Fixed dependencies. --- src/chat_events.hpp | 2 ++ src/rng.hpp | 2 ++ src/shared_string.hpp | 2 +- src/tooltips.hpp | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/chat_events.hpp b/src/chat_events.hpp index b8fcc269014..610034186c0 100644 --- a/src/chat_events.hpp +++ b/src/chat_events.hpp @@ -18,6 +18,8 @@ #include "global.hpp" +#include + namespace events { class chat_handler diff --git a/src/rng.hpp b/src/rng.hpp index 7eb51e4acd7..670df184dbb 100644 --- a/src/rng.hpp +++ b/src/rng.hpp @@ -18,6 +18,8 @@ #ifndef RNG_HPP_INCLUDED #define RNG_HPP_INCLUDED +#include + #include "random.hpp" namespace rand_rng diff --git a/src/shared_string.hpp b/src/shared_string.hpp index e2dddcf8265..14bb6ddf262 100644 --- a/src/shared_string.hpp +++ b/src/shared_string.hpp @@ -15,7 +15,7 @@ #define SHARED_STRING_HPP_INCLUDED #include "shared_object.hpp" -#include +#include "tstring.hpp" struct shared_string : public shared_object { typedef shared_object super; diff --git a/src/tooltips.hpp b/src/tooltips.hpp index 7af5a270d47..281b5af58d3 100644 --- a/src/tooltips.hpp +++ b/src/tooltips.hpp @@ -19,6 +19,8 @@ #include +#include "font.hpp" + class CVideo; namespace tooltips {