forked from pool/nodejs-electron
11 lines
265 B
Diff
11 lines
265 B
Diff
|
|
--- a/third_party/swiftshader/src/System/LRUCache.hpp
|
||
|
|
+++ b/third_party/swiftshader/src/System/LRUCache.hpp
|
||
|
|
@@ -18,6 +18,7 @@
|
||
|
|
#include "System/Debug.hpp"
|
||
|
|
|
||
|
|
#include <cstddef>
|
||
|
|
+#include <cstdint>
|
||
|
|
#include <functional>
|
||
|
|
#include <unordered_set>
|
||
|
|
#include <vector>
|