summaryrefslogtreecommitdiff
path: root/chromium/third_party
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-03-28 08:08:31 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-09 11:48:00 +0100
commitef805366028a0b11b59580c1f84a73d04eaa5c92 (patch)
tree5fa0dc326f6341bbb99edb036fc17b424700cafc /chromium/third_party
parent0defc32543ef31338a15745167761142685089af (diff)
downloadqtwebengine-chromium-ef805366028a0b11b59580c1f84a73d04eaa5c92.tar.gz
Fix clang build
Fix "unknown type name 'uint8_t'". Change-Id: Idd6a3877f16ae2bf1d3da5f53c2328a95111bd17 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party')
-rw-r--r--chromium/third_party/pdfium/core/fxcrt/unowned_ptr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/pdfium/core/fxcrt/unowned_ptr.h b/chromium/third_party/pdfium/core/fxcrt/unowned_ptr.h
index 76ebac17947..69a9d611cb7 100644
--- a/chromium/third_party/pdfium/core/fxcrt/unowned_ptr.h
+++ b/chromium/third_party/pdfium/core/fxcrt/unowned_ptr.h
@@ -9,6 +9,7 @@
#include <functional>
#include <type_traits>
#include <utility>
+#include <stdint.h>
// UnownedPtr is a smart pointer class that behaves very much like a
// standard C-style pointer. The advantages of using it over raw