[llvm-commits] [llvm] r61736 - /llvm/trunk/include/llvm/Target/TargetLowering.h
Dan Gohman
gohman at apple.com
Mon Jan 5 11:47:30 PST 2009
Author: djg
Date: Mon Jan 5 13:47:30 2009
New Revision: 61736
URL: http://llvm.org/viewvc/llvm-project?rev=61736&view=rev
Log:
Add <climits>, to get the definition of CHAR_BIT. This should fix
build errors.
Modified:
llvm/trunk/include/llvm/Target/TargetLowering.h
Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=61736&r1=61735&r2=61736&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Jan 5 13:47:30 2009
@@ -29,6 +29,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h"
+#include <climits>
#include <map>
#include <vector>
More information about the llvm-commits
mailing list