fixup includes

This commit is contained in:
Chris Beck 2014-06-19 11:36:45 -04:00
parent 98922ff0af
commit 10d78ba4a5
3 changed files with 5 additions and 2 deletions

View file

@ -20,6 +20,8 @@
#include "sdl/compat.hpp"
#include "serialization/unicode.hpp"
#include "SDL_events.h"
#include <boost/function.hpp>
#include <boost/mpl/int.hpp>
#include <boost/utility/enable_if.hpp>

View file

@ -19,6 +19,8 @@
#include "gui/widgets/widget.hpp"
#include "SDL_events.h"
#include <boost/mpl/for_each.hpp>
namespace gui2

View file

@ -15,11 +15,10 @@
#ifndef TOOLTIPS_HPP_INCLUDED
#define TOOLTIPS_HPP_INCLUDED
#include "SDL.h"
#include <string>
class CVideo;
struct SDL_Rect;
namespace tooltips {