summaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-04 01:58:01 +0000
committerZachary Turner <zturner@google.com>2015-03-04 01:58:01 +0000
commit3dbdcd66bfaf8380a1e2427bdf5cf5d7744da104 (patch)
treeed21ec8c200ccbdfb51f74ad8764e5d7cff65793 /lldb/source/Core/SourceManager.cpp
parentc4393191a16a4d2f304dfa6cadcfe565588ec8df (diff)
Further reduce header footprint of Debugger.h.
Diffstat (limited to 'lldb/source/Core/SourceManager.cpp')
-rw-r--r--lldb/source/Core/SourceManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/SourceManager.cpp b/lldb/source/Core/SourceManager.cpp
index 44ab50197c1..d7fdd4d923f 100644
--- a/lldb/source/Core/SourceManager.cpp
+++ b/lldb/source/Core/SourceManager.cpp
@@ -18,6 +18,7 @@
#include "lldb/Core/DataBuffer.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
+#include "lldb/Core/RegularExpression.h"
#include "lldb/Core/Stream.h"
#include "lldb/Symbol/ClangNamespaceDecl.h"
#include "lldb/Symbol/CompileUnit.h"