You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
intel-mediasdk/intel-mediasdk-gcc11.patch

13 lines
423 B

diff --git a/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp b/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
index 5774702..ed1c1b7 100644
--- a/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
+++ b/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
@@ -44,6 +44,7 @@
#include <algorithm>
#include <climits>
#include <cmath>
+#include <limits>
#include "cmrt_cross_platform.h"
using std::min;