diff options
Diffstat (limited to 'source/Core/Value.cpp')
-rw-r--r-- | source/Core/Value.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/Value.cpp b/source/Core/Value.cpp index 9dd72c7546bf..9d42a3774624 100644 --- a/source/Core/Value.cpp +++ b/source/Core/Value.cpp @@ -26,6 +26,7 @@ #include "lldb/Symbol/Variable.h" #include "lldb/Target/ExecutionContext.h" #include "lldb/Target/Process.h" +#include "lldb/Target/SectionLoadList.h" #include "lldb/Target/Target.h" using namespace lldb; |