Reviewed as https://reviews.llvm.org/D50551 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@344821 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -14,8 +14,9 @@
// mapped_type& at(const key_type& k);
// const mapped_type& at(const key_type& k) const;
-#include <map>
#include <cassert>
+#include <map>
+#include <stdexcept>
#include "min_allocator.h"
#include "test_macros.h"
@@ -16,9 +16,10 @@
-#include <unordered_map>
-#include <string>
+#include <string>
+#include <unordered_map>
#include "MoveOnly.h"