From 2cb369d538d4524132af08e5d8942fb7a2c5c6d7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 12 Jun 2015 02:13:45 +0000 Subject: [PATCH] Add missing #include, found by modules build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239587 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Hashing.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.34.1