add missing #include that only by accident didn't break building so far
This commit is contained in:
parent
aebb618665
commit
65b1f7bdce
1 changed files with 2 additions and 1 deletions
|
@ -18,8 +18,9 @@
|
|||
#ifndef MARKED_UP_TEXT_HPP_INCLUDED
|
||||
#define MARKED_UP_TEXT_HPP_INCLUDED
|
||||
|
||||
class CVideo;
|
||||
|
||||
#include "sdl_utils.hpp"
|
||||
class CVideo;
|
||||
#include <SDL_video.h>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue