Add <climits>, to get the definition of CHAR_BIT. This should fix

build errors.

llvm-svn: 61736
This commit is contained in:
Dan Gohman 2009-01-05 19:47:30 +00:00
parent 9938898e44
commit 4b4351d249

View File

@ -29,6 +29,7 @@
#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.h" #include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h" #include "llvm/ADT/STLExtras.h"
#include <climits>
#include <map> #include <map>
#include <vector> #include <vector>