Fixed dependencies.

This commit is contained in:
Guillaume Melquiond 2009-07-19 10:06:07 +00:00
parent 323b02e51c
commit 522568e59c
4 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,8 @@
#include "global.hpp" #include "global.hpp"
#include <string>
namespace events { namespace events {
class chat_handler class chat_handler

View File

@ -18,6 +18,8 @@
#ifndef RNG_HPP_INCLUDED #ifndef RNG_HPP_INCLUDED
#define RNG_HPP_INCLUDED #define RNG_HPP_INCLUDED
#include <cstddef>
#include "random.hpp" #include "random.hpp"
namespace rand_rng namespace rand_rng

View File

@ -15,7 +15,7 @@
#define SHARED_STRING_HPP_INCLUDED #define SHARED_STRING_HPP_INCLUDED
#include "shared_object.hpp" #include "shared_object.hpp"
#include <string> #include "tstring.hpp"
struct shared_string : public shared_object<std::string> { struct shared_string : public shared_object<std::string> {
typedef shared_object<std::string> super; typedef shared_object<std::string> super;

View File

@ -19,6 +19,8 @@
#include <string> #include <string>
#include "font.hpp"
class CVideo; class CVideo;
namespace tooltips { namespace tooltips {