From: Benjamin Kramer Date: Thu, 19 Nov 2009 16:08:04 +0000 (+0000) Subject: cstdlib is not automatically included with StringRef anymore. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=90c583fff0535d441717425ad4428d85eb2a00a9;p=oota-llvm.git cstdlib is not automatically included with StringRef anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89359 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index a8b613307da..32cf4590e99 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -18,6 +18,7 @@ #define LLVM_ADT_STLEXTRAS_H #include // for std::size_t +#include // for qsort #include #include #include // for std::pair