Browse Source

Merge branch 'bootstrap-clang-5' into release-3.10

Merge-request: !1542
Brad King 8 years ago
parent
commit
085bdf5aad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bootstrap

+ 1 - 0
bootstrap

@@ -1056,6 +1056,7 @@ TMPFILE=`cmake_tmp_file`
 echo '
 #include <iostream>
 #include <memory>
+#include <unordered_map>
 
 #if __cplusplus < 201103L
 #error "Compiler is not in a mode aware of C++11."