From 8d6966f7002d6aa866a582a3b56d48bb0f78e6ae Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 13 Mar 2017 17:25:47 +0000 Subject: [PATCH] Add missing include on . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297646 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/STLExtras.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 0c08f4009e9..6f54b5ef0ed 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -23,6 +23,7 @@ #include // for qsort #include #include +#include #include #include #include // for std::pair -- 2.50.1