[PATCH] D155314: [Debuginfod][unittest] Include llvm/Support/StringExtras.h

Caslyn Tonelli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 11:38:35 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG68d2814f421b: [Debuginfod][unittest] Include llvm/Support/StringExtras.h (authored by Caslyn).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155314/new/

https://reviews.llvm.org/D155314

Files:
  llvm/unittests/Debuginfod/HTTPServerTests.cpp


Index: llvm/unittests/Debuginfod/HTTPServerTests.cpp
===================================================================
--- llvm/unittests/Debuginfod/HTTPServerTests.cpp
+++ llvm/unittests/Debuginfod/HTTPServerTests.cpp
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/ADT/StringExtras.h"
 #include "llvm/Debuginfod/HTTPClient.h"
 #include "llvm/Debuginfod/HTTPServer.h"
 #include "llvm/Support/Error.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155314.540516.patch
Type: text/x-patch
Size: 476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/6efdd9bc/attachment.bin>


More information about the llvm-commits mailing list