[Debuginfod] Restore an include

A breakage has been reported in:

https://github.com/llvm/llvm-project/issues/142852
This commit is contained in:
Kazu Hirata 2025-06-04 15:34:53 -07:00
parent e5cfa0a15d
commit 62fc146801

View File

@ -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"