commit | 7f14fb5182aa5bcf88d3099285ead03ae3045523 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <dmitrig@google.com> | Fri Jul 28 06:16:05 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 28 06:18:06 2023 -0700 |
tree | 9e953e94f1a506808f84ae43064a207c8a03fd29 | |
parent | dac4d43998e842b05d684f88949d8be097f49132 [diff] |
Include what you spell PiperOrigin-RevId: 551833253 Change-Id: If860b0998c6b9b1c6d42dbdf3ff117f9c03d6ce1
diff --git a/lifetime_annotations/test/named_func_lifetimes.cc b/lifetime_annotations/test/named_func_lifetimes.cc index 80c25f1..87efb90 100644 --- a/lifetime_annotations/test/named_func_lifetimes.cc +++ b/lifetime_annotations/test/named_func_lifetimes.cc
@@ -8,6 +8,7 @@ #include <optional> #include <string> +#include "lifetime_annotations/function_lifetimes.h" #include "llvm/ADT/DenseMap.h" namespace clang {