mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
- bugfix for missing header file
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <string>
|
||||
#include "font.h"
|
||||
#include "types.h"
|
||||
#include <SDL.h>
|
||||
#include "leak_dumper.h"
|
||||
|
||||
using std::string;
|
||||
|
@@ -12,7 +12,6 @@
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
|
||||
#include <SDL.h>
|
||||
#ifdef X11_AVAILABLE
|
||||
#include <GL/glx.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user