From 797cff050437d8bd9db53bd1de1e54e168155ae3 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 21 Jun 2011 22:55:50 +0000 Subject: Consolidate some TableGen diagnostic helper functions. TableGen had diagnostic printers sprinkled about in a few places. Pull them together into a single location in Error.cpp. llvm-svn: 133568 --- llvm/utils/TableGen/SetTheory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/utils/TableGen/SetTheory.cpp') diff --git a/llvm/utils/TableGen/SetTheory.cpp b/llvm/utils/TableGen/SetTheory.cpp index 509d2f3417c..21ac09cb662 100644 --- a/llvm/utils/TableGen/SetTheory.cpp +++ b/llvm/utils/TableGen/SetTheory.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "SetTheory.h" +#include "Error.h" #include "Record.h" #include "llvm/Support/Format.h" -- cgit v1.2.3