Add #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-10-27 19:08:03 +00:00
parent a50d6ec97d
commit 9550dc2df2
6 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <vector>
#include <map>
#include <functional>
#include <string>
class Function;
class CallInst;