diff --git a/Makefile b/Makefile index 65494f5f3..99e584290 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LIBDIR_NAME=lib SHAREDLIB_DIR=$(PREFIX)/lib PROJECT_NAME=openh264 MODULE_NAME=gmpopenh264 -GMP_API_BRANCH=Firefox135 +GMP_API_BRANCH=5e076bc0e24de138176a1d1ac7449293c990aee4 GTEST_VER=release-1.8.1 CCASFLAGS=$(CFLAGS) STATIC_LDFLAGS=-lstdc++ diff --git a/module/gmp-openh264.cpp b/module/gmp-openh264.cpp index 4380c9c95..a73b375e4 100644 --- a/module/gmp-openh264.cpp +++ b/module/gmp-openh264.cpp @@ -42,6 +42,7 @@ #include #include #include +#include #include "gmp-platform.h" #include "gmp-video-host.h"