blob: efaa2f81b9b6f9c126a36f8c8ab1507d9e1b8c01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/src/include/OSL/platform.h
+++ b/src/include/OSL/platform.h
@@ -18,6 +18,7 @@
#pragma once
+#include <cstdint>
#include <cstring>
#include <memory>
--- a/src/include/osl_pvt.h
+++ b/src/include/osl_pvt.h
@@ -4,6 +4,7 @@
#pragma once
+#include <cstdint>
#include <memory>
#include <OSL/oslconfig.h>
|