diff options
Diffstat (limited to 'llvm/lib/Debugger/ProgramInfo.cpp')
-rw-r--r-- | llvm/lib/Debugger/ProgramInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Debugger/ProgramInfo.cpp b/llvm/lib/Debugger/ProgramInfo.cpp index 29195bd..a3e55a3 100644 --- a/llvm/lib/Debugger/ProgramInfo.cpp +++ b/llvm/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 |