forked from OSchip/llvm-project
cstdlib is not automatically included with StringRef anymore.
llvm-svn: 89359
This commit is contained in:
parent
99b5bd9074
commit
1dfe1bead6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue