diff options
| author | Jim Ingham <jingham@apple.com> | 2014-04-02 22:53:21 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2014-04-02 22:53:21 +0000 |
| commit | 46d005dbc4f4a55d3cf830abcd7bd10c6a3803f8 (patch) | |
| tree | 41d07d7d301cf6c5a11901ec5f325786de632c86 /lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | |
| parent | af9129468e4ac0ea5b2f17564b27a20485ba9484 (diff) | |
| download | bcm5719-llvm-46d005dbc4f4a55d3cf830abcd7bd10c6a3803f8.tar.gz bcm5719-llvm-46d005dbc4f4a55d3cf830abcd7bd10c6a3803f8.zip | |
Workaround for collision between enum members in LLVM's MachO.h and system headers
on Mac OS X (in particular mach/machine.h).
<rdar://problem/16494607>
llvm-svn: 205480
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h')
| -rw-r--r-- | lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h index 5085a079d58..f7a4d2bfb16 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h @@ -17,6 +17,7 @@ #include <string> // Other libraries and framework includes + #include "lldb/Target/SystemRuntime.h" #include "lldb/Host/FileSpec.h" #include "lldb/Core/ConstString.h" |

