Add missing #include, found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Jun 2015 02:13:45 +0000 (02:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Jun 2015 02:13:45 +0000 (02:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239587 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Hashing.h

index 77e6d77b1b8e6b1ed2a0cfbf026c7b491d882d26..de56f91eddb154cc2c69c5dbae2b795f370aaaaa 100644 (file)
@@ -53,6 +53,7 @@
 #include <cassert>
 #include <cstring>
 #include <iterator>
+#include <string>
 #include <utility>
 
 namespace llvm {