Skip to content

Commit 6118874

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [Debuginfod] Restore a couple of includes
This patch adds back a couple of includes to HTTPClient.cpp. A breakage has been reported in: llvm/llvm-project#142852
2 parents fea38f0 + 450d130 commit 6118874

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)