Changes of Revision 45

x265.patch Changed
x
 
1
@@ -1,6 +1,7 @@
2
 ---
3
- source/CMakeLists.txt |    2 +-
4
- 1 file changed, 1 insertion(+), 1 deletion(-)
5
+ source/CMakeLists.txt                 |    2 +-
6
+ source/dynamicHDR10/json11/json11.cpp |    1 +
7
+ 2 files changed, 2 insertions(+), 1 deletion(-)
8
 
9
 --- a/source/CMakeLists.txt
10
 +++ b/source/CMakeLists.txt
11
@@ -13,3 +14,13 @@
12
  endif()
13
  
14
  project (x265)
15
+--- a/source/dynamicHDR10/json11/json11.cpp
16
++++ b/source/dynamicHDR10/json11/json11.cpp
17
+@@ -24,6 +24,7 @@
18
+ #include <cmath>
19
+ #include <cstdlib>
20
+ #include <cstdio>
21
++#include <cstdint>
22
+ #include <limits>
23
+ 
24
+ #if _MSC_VER
25