mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 07:48:46 +00:00
13 lines
496 B
Diff
13 lines
496 B
Diff
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Core/Mangled.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/source/Core/Mangled.cpp 2013-08-22 09:11:29.372602625 +0200
|
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Core/Mangled.cpp 2013-08-22 09:11:29.372602625 +0200
|
|
@@ -23,6 +23,7 @@
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
+#include <cstdlib>
|
|
|
|
using namespace lldb_private;
|
|
|