commit | 5fe338f8bdb0d27c8aaf1978f3451e1eeba1b9f6 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Mar 13 07:41:30 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Mar 13 07:41:30 2009 +0000 |
tree | 2b4a1a2d2eef4d5ad46e6455aaa9921811227a36 | |
parent | ff99dd33d0bb7de15b28e60ea3356da6e1c58f10 [diff] [blame] |
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 9a61a9b..33d3c10 100644 --- a/utils/TableGen/TGSourceMgr.h +++ b/utils/TableGen/TGSourceMgr.h
@@ -14,6 +14,7 @@ #ifndef TGSOURCEMGR_H #define TGSOURCEMGR_H +#include <cassert> #include <vector> namespace llvm {