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