- bugfix for missing header file

This commit is contained in:
Mark Vejvoda 2010-09-08 22:35:12 +00:00
parent 8552f76798
commit 54f37d6231
2 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include <string>
#include "font.h"
#include "types.h"
#include <SDL.h>
#include "leak_dumper.h"
using std::string;

View File

@ -12,7 +12,6 @@
#include <stdexcept>
#include <cassert>
#include <SDL.h>
#ifdef X11_AVAILABLE
#include <GL/glx.h>
#endif