Fix more missing includes.

This commit is contained in:
Relintai 2024-04-21 10:34:59 +02:00
parent ba900448ed
commit c463058729
3 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,8 @@
#include "dl/egl.gen.h" #include "dl/egl.gen.h"
#include "../frt.h"
namespace frt { namespace frt {
class EGLBaseContext { class EGLBaseContext {

View File

@ -59,6 +59,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../frt.h"
namespace frt { namespace frt {
void fatal(const char *format, ...) { void fatal(const char *format, ...) {

View File

@ -58,6 +58,8 @@
#include "dl/x11.gen.h" #include "dl/x11.gen.h"
#include "../frt.h"
namespace frt { namespace frt {
class X11Context; class X11Context;