[PATCH] D153635: Fix missing include

Elliot Goodrich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 07:48:55 PDT 2023


IncludeGuardian created this revision.
Herald added a project: All.
IncludeGuardian requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153635

Files:
  llvm/unittests/Support/CompressionTest.cpp


Index: llvm/unittests/Support/CompressionTest.cpp
===================================================================
--- llvm/unittests/Support/CompressionTest.cpp
+++ llvm/unittests/Support/CompressionTest.cpp
@@ -12,6 +12,7 @@
 
 #include "llvm/Support/Compression.h"
 #include "llvm/ADT/SmallString.h"
+#include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Config/config.h"
 #include "llvm/Support/Error.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153635.533965.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230623/6ea7bbb3/attachment.bin>


More information about the llvm-commits mailing list