mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Fix more missing includes.
This commit is contained in:
parent
ba900448ed
commit
c463058729
@ -56,6 +56,8 @@
|
||||
|
||||
#include "dl/egl.gen.h"
|
||||
|
||||
#include "../frt.h"
|
||||
|
||||
namespace frt {
|
||||
|
||||
class EGLBaseContext {
|
||||
|
@ -59,6 +59,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../frt.h"
|
||||
|
||||
namespace frt {
|
||||
|
||||
void fatal(const char *format, ...) {
|
||||
|
@ -58,6 +58,8 @@
|
||||
|
||||
#include "dl/x11.gen.h"
|
||||
|
||||
#include "../frt.h"
|
||||
|
||||
namespace frt {
|
||||
|
||||
class X11Context;
|
||||
|
Loading…
Reference in New Issue
Block a user