Merge pull request #629 from thesamesam/gcc13

Fix build with GCC 13
This commit is contained in:
thor2016 2023-04-10 06:59:19 -04:00 committed by GitHub
commit c5182aacce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#endif #endif
#ifdef _USE_X264 #ifdef _USE_X264
#include <cstdint>
#include "x264.h" #include "x264.h"
#endif #endif