Fixed dependencies.
This commit is contained in:
parent
323b02e51c
commit
522568e59c
4 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace events {
|
||||
|
||||
class chat_handler
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
#ifndef RNG_HPP_INCLUDED
|
||||
#define RNG_HPP_INCLUDED
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "random.hpp"
|
||||
|
||||
namespace rand_rng
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "font.hpp"
|
||||
|
||||
class CVideo;
|
||||
|
||||
namespace tooltips {
|
||||
|
|
Loading…
Add table
Reference in a new issue