Skip to content

Commit 62fc146

Browse files
[Debuginfod] Restore an include
A breakage has been reported in: #142852
1 parent e5cfa0a commit 62fc146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Debuginfod/HTTPServer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "llvm/Debuginfod/HTTPServer.h"
1717
#include "llvm/ADT/StringExtras.h"
1818
#include "llvm/ADT/StringRef.h"
19+
#include "llvm/Support/Errc.h"
1920
#include "llvm/Support/Error.h"
2021
#include "llvm/Support/FileSystem.h"
2122
#include "llvm/Support/MemoryBuffer.h"

0 commit comments

Comments
 (0)