aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp')
-rw-r--r--contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp b/contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp
index 7474c5dfe885..c169b4e0a362 100644
--- a/contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp
+++ b/contrib/llvm-project/llvm/lib/TableGen/StringMatcher.cpp
@@ -12,6 +12,7 @@
#include "llvm/TableGen/StringMatcher.h"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <map>