From: Richard Smith Date: Fri, 12 Jun 2015 02:13:45 +0000 (+0000) Subject: Add missing #include, found by modules build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2cb369d538d4524132af08e5d8942fb7a2c5c6d7;p=oota-llvm.git Add missing #include, found by modules build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/Hashing.h b/include/llvm/ADT/Hashing.h index 77e6d77b1b8..de56f91eddb 100644 --- a/include/llvm/ADT/Hashing.h +++ b/include/llvm/ADT/Hashing.h @@ -53,6 +53,7 @@ #include #include #include +#include #include namespace llvm {