]> granicus.if.org Git - clang/commitdiff
Include <limits>
authorAnders Carlsson <andersca@mac.com>
Mon, 15 Jun 2009 19:08:31 +0000 (19:08 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 15 Jun 2009 19:08:31 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73403 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclTemplate.h

index 58325908f0dfb9d37325fd8b5540e0df060f0d28..9d0913325f0d00c1b41fea1df2b95d0e42cdb4d2 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/ADT/APSInt.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/PointerUnion.h"
+#include <limits>
 
 namespace clang {