aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/ADT/SmallVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h
index d98d40a3f3..05952a4490 100644
--- a/include/llvm/ADT/SmallVector.h
+++ b/include/llvm/ADT/SmallVector.h
@@ -90,6 +90,7 @@ public:
}
typedef size_t size_type;
+ typedef T value_type;
typedef T* iterator;
typedef const T* const_iterator;