commit | 7b0992d9cd982f4e43ca1bd2c3eaf467e7600cab | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Thu Apr 18 22:45:39 2013 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Thu Apr 18 22:45:39 2013 +0000 |
tree | 662d44a97baffe8778f555b43203ad0257c71808 | |
parent | 9f7a221fdcaf250db64b441558647384785cde5e [diff] [blame] |
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. llvm-svn: 179805
diff --git a/lldb/tools/debugserver/source/DNB.h b/lldb/tools/debugserver/source/DNB.h index c6acf5b..cd5cd61 100644 --- a/lldb/tools/debugserver/source/DNB.h +++ b/lldb/tools/debugserver/source/DNB.h
@@ -16,6 +16,7 @@ #include "DNBDefs.h" #include <mach/thread_info.h> +#include <string> #define DNB_EXPORT __attribute__((visibility("default")))