diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 08:50:27 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 08:50:27 +0000 |
commit | 889669769f4c67678135ae2699ec38da31bc9500 (patch) | |
tree | 86c8af18eda9877fefd3c027f178ce8e4835a71e /lldb/source/Core/State.cpp | |
parent | 9c68da971f57a8cd0970014d20d5c67ecfb31c31 (diff) | |
download | bcm5719-llvm-889669769f4c67678135ae2699ec38da31bc9500.tar.gz bcm5719-llvm-889669769f4c67678135ae2699ec38da31bc9500.zip |
Add missing includes.
llvm-svn: 105712
Diffstat (limited to 'lldb/source/Core/State.cpp')
-rw-r--r-- | lldb/source/Core/State.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/State.cpp b/lldb/source/Core/State.cpp index cf9a8345818..741df1fe644 100644 --- a/lldb/source/Core/State.cpp +++ b/lldb/source/Core/State.cpp @@ -12,6 +12,7 @@ // Other libraries and framework includes // Project includes #include "lldb/Core/State.h" +#include <stdio.h> using namespace lldb; using namespace lldb_private; |