Skip to content

Commit

Permalink
add a #include
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134822 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jul 9, 2011
1 parent a668c9e commit c36ed70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/Support/TypeBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/LLVMContext.h"
#include <limits.h>
#include <vector>

namespace llvm {

Expand Down

0 comments on commit c36ed70

Please sign in to comment.