cstdlib is not automatically included with StringRef anymore.

llvm-svn: 89359
This commit is contained in:
Benjamin Kramer 2009-11-19 16:08:04 +00:00
parent 99b5bd9074
commit 1dfe1bead6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#define LLVM_ADT_STLEXTRAS_H
#include <cstddef> // for std::size_t
#include <cstdlib> // for qsort
#include <functional>
#include <iterator>
#include <utility> // for std::pair