From 90c583fff0535d441717425ad4428d85eb2a00a9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 19 Nov 2009 16:08:04 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.34.1