diff options
Diffstat (limited to 'lib/Debugger/ProgramInfo.cpp')
-rw-r--r-- | lib/Debugger/ProgramInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Debugger/ProgramInfo.cpp b/lib/Debugger/ProgramInfo.cpp index 29195bd159..a3e55a3aef 100644 --- a/lib/Debugger/ProgramInfo.cpp +++ b/lib/Debugger/ProgramInfo.cpp @@ -23,6 +23,8 @@ #include "Support/FileUtilities.h" #include "Support/SlowOperationInformer.h" #include "Support/STLExtras.h" +#include <iostream> + using namespace llvm; /// getGlobalVariablesUsing - Return all of the global variables which have the |