NFC (build fix): Add header for llvm::errs().

Looks like e9211e0393 unfortunately broke the sanitizer build bots,
because those bots compile the symbolizer with DLLVM_ENABLE_THREADS=Off.
Likely, before the patch, this header was transitively included.
This commit is contained in:
Mitch Phillips 2022-01-21 16:22:29 -08:00
parent 10d0d8c0c1
commit 1613f8b8d7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;