From 9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 31 May 2021 13:13:38 +0100 Subject: Map std::size_t to a sensible header --- iwyu.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/iwyu.json b/iwyu.json index 4fd09e5..b471e04 100644 --- a/iwyu.json +++ b/iwyu.json @@ -7,6 +7,14 @@ "public" ] }, + { + "symbol": [ + "std::size_t", + "private", + "", + "public" + ] + }, { "include": [ "@.(mysql|mariadb_(com|ctype|dyncol|stmt|version))\\.h.", -- cgit v1.2.3