From: Evan Cheng Date: Fri, 13 Mar 2009 07:41:30 +0000 (+0000) Subject: Unbreak build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=79a5cef503c54f07be27c078267df6170cc6390a;p=oota-llvm.git Unbreak build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66874 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/TGSourceMgr.h b/utils/TableGen/TGSourceMgr.h index 9a61a9b009f..33d3c109152 100644 --- a/utils/TableGen/TGSourceMgr.h +++ b/utils/TableGen/TGSourceMgr.h @@ -14,6 +14,7 @@ #ifndef TGSOURCEMGR_H #define TGSOURCEMGR_H +#include #include namespace llvm {