1 From 3ecab9c1aa60d548d8efeae3a231f4df7cca6cc7 Mon Sep 17 00:00:00 2001
2 From: Stephan Hartmann <stha09@googlemail.com>
3 Date: Sun, 2 Apr 2023 20:53:20 +0200
4 Subject: [PATCH] IWYU: add cstdint for uint64_t in sw::LRUCache
7 Change-Id: I70970ceda50dfc38f3d149fea03e8a6a79a35934
8 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/71268
9 Commit-Queue: Shahbaz Youssefi <syoussefi@google.com>
10 Reviewed-by: Shahbaz Youssefi <syoussefi@google.com>
11 Kokoro-Result: kokoro <noreply+kokoro@google.com>
12 Tested-by: Shahbaz Youssefi <syoussefi@google.com>
14 src/System/LRUCache.hpp | 1 +
15 1 file changed, 1 insertion(+)
17 diff --git a/src/System/LRUCache.hpp b/src/System/LRUCache.hpp
18 index 1c244906441..a04cdfafbc0 100644
19 --- a/src/System/LRUCache.hpp
20 +++ b/src/System/LRUCache.hpp
22 #include "System/Debug.hpp"
27 #include <unordered_set>