mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 11:57:01 +00:00
Fixed dependencies.
This commit is contained in:
parent
323b02e51c
commit
522568e59c
@ -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…
x
Reference in New Issue
Block a user