We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1268352 commit 450d130Copy full SHA for 450d130
llvm/lib/Debuginfod/HTTPClient.cpp
@@ -15,7 +15,9 @@
15
#include "llvm/Debuginfod/HTTPClient.h"
16
#include "llvm/ADT/APInt.h"
17
#include "llvm/ADT/StringRef.h"
18
+#include "llvm/Support/Errc.h"
19
#include "llvm/Support/Error.h"
20
+#include "llvm/Support/MemoryBuffer.h"
21
#ifdef LLVM_ENABLE_CURL
22
#include <curl/curl.h>
23
#endif
0 commit comments