forked from OSchip/llvm-project
Add missing include (cstdlib) to Demangle.h
Differential Revision: https://reviews.llvm.org/D57035 llvm-svn: 351861
This commit is contained in:
parent
41a8bee93b
commit
8456cddedd
|
@ -11,6 +11,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Demangle/Demangle.h"
|
||||
#include <cstdlib>
|
||||
|
||||
static bool isItaniumEncoding(const std::string &MangledName) {
|
||||
size_t Pos = MangledName.find_first_not_of('_');
|
||||
|
|
Loading…
Reference in New Issue