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 <string>
namespace events {
class chat_handler

View file

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

View file

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

View file

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