[llvm] 62fc146 - [Debuginfod] Restore an include

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 4 15:34:59 PDT 2025


Author: Kazu Hirata
Date: 2025-06-04T15:34:53-07:00
New Revision: 62fc146801d5355379019f931cc7aafb747ce5f2

URL: https://github.com/llvm/llvm-project/commit/62fc146801d5355379019f931cc7aafb747ce5f2
DIFF: https://github.com/llvm/llvm-project/commit/62fc146801d5355379019f931cc7aafb747ce5f2.diff

LOG: [Debuginfod] Restore an include

A breakage has been reported in:

https://github.com/llvm/llvm-project/issues/142852

Added: 
    

Modified: 
    llvm/lib/Debuginfod/HTTPServer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Debuginfod/HTTPServer.cpp b/llvm/lib/Debuginfod/HTTPServer.cpp
index a391686193768..1264353ce4b33 100644
--- a/llvm/lib/Debuginfod/HTTPServer.cpp
+++ b/llvm/lib/Debuginfod/HTTPServer.cpp
@@ -16,6 +16,7 @@
 #include "llvm/Debuginfod/HTTPServer.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/Errc.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"


        


More information about the llvm-commits mailing list