aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IndexedMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/IndexedMap.h')
-rw-r--r--include/llvm/ADT/IndexedMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/IndexedMap.h b/include/llvm/ADT/IndexedMap.h
index ad95bdba01..ff5d3a139c 100644
--- a/include/llvm/ADT/IndexedMap.h
+++ b/include/llvm/ADT/IndexedMap.h
@@ -20,9 +20,9 @@
#ifndef LLVM_ADT_INDEXEDMAP_H
#define LLVM_ADT_INDEXEDMAP_H
+#include <cassert>
#include <functional>
#include <vector>
-#include <cassert>
namespace llvm {