Add some missing includes that GCC 12 wants to see

This commit is contained in:
Hendi
2023-01-23 23:26:55 +01:00
committed by Thilo Graf
parent 2a219b342e
commit 014e823bba
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ extern "C" {
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavutil/avutil.h>
#include <pthread.h>
}
#include <driver/framebuffer.h>
#include "Debug.hpp"