[llvm-commits] [llvm] r151114 - /llvm/trunk/include/llvm/ADT/SparseSet.h

NAKAMURA Takumi geek4civic at gmail.com
Tue Feb 21 17:19:35 PST 2012


Author: chapuni
Date: Tue Feb 21 19:19:35 2012
New Revision: 151114

URL: http://llvm.org/viewvc/llvm-project?rev=151114&view=rev
Log:
ADT/SparseSet.h: Fix up header dependencies.

Modified:
    llvm/trunk/include/llvm/ADT/SparseSet.h

Modified: llvm/trunk/include/llvm/ADT/SparseSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/SparseSet.h?rev=151114&r1=151113&r2=151114&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/SparseSet.h (original)
+++ llvm/trunk/include/llvm/ADT/SparseSet.h Tue Feb 21 19:19:35 2012
@@ -21,6 +21,8 @@
 #define LLVM_ADT_SPARSESET_H
 
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/DataTypes.h"
+#include <limits>
 
 namespace llvm {
 





More information about the llvm-commits mailing list