From: Zachary Turner Date: Mon, 13 Mar 2017 17:25:47 +0000 (+0000) Subject: Add missing include on . X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d6966f7002d6aa866a582a3b56d48bb0f78e6ae;p=llvm Add missing include on . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297646 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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