From 4ca205855267191ccfd191539cf4b3ed792a4257 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 12 Jul 2022 01:40:57 +0000 Subject: Add missing include for std::size_t --- .../debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cross-project-tests') diff --git a/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp b/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp index b68d4e8c04b9..3990c2809e2e 100644 --- a/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp +++ b/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp @@ -8,6 +8,7 @@ // RUN: | llvm-dwarfdump --verify - #include +#include template struct t1 { }; -- cgit v1.2.1