Skip to content

Commit 450d130

Browse files
[Debuginfod] Restore a couple of includes
This patch adds back a couple of includes to HTTPClient.cpp. A breakage has been reported in: #142852
1 parent 1268352 commit 450d130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Debuginfod/HTTPClient.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
#include "llvm/Debuginfod/HTTPClient.h"
1616
#include "llvm/ADT/APInt.h"
1717
#include "llvm/ADT/StringRef.h"
18+
#include "llvm/Support/Errc.h"
1819
#include "llvm/Support/Error.h"
20+
#include "llvm/Support/MemoryBuffer.h"
1921
#ifdef LLVM_ENABLE_CURL
2022
#include <curl/curl.h>
2123
#endif

0 commit comments

Comments
 (0)