diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-10-31 19:57:43 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-10-31 19:57:43 +0000 |
| commit | 38adbbb88b372720c43b779b04d8268053634ad8 (patch) | |
| tree | c713c0d08e782d9ed8801217531f7e48fbb1f8a4 /lldb/source/API | |
| parent | d689026899e242c7503288f90e46ee83b3ec10fc (diff) | |
| download | bcm5719-llvm-38adbbb88b372720c43b779b04d8268053634ad8.tar.gz bcm5719-llvm-38adbbb88b372720c43b779b04d8268053634ad8.zip | |
Fixed an include so case sensitive builders can build.
llvm-svn: 117864
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBModule.cpp b/lldb/source/API/SBModule.cpp index 58ff07ddcb5..c6c2d751183 100644 --- a/lldb/source/API/SBModule.cpp +++ b/lldb/source/API/SBModule.cpp @@ -14,7 +14,7 @@ #include "lldb/API/SBStream.h" #include "lldb/Core/Module.h" #include "lldb/Core/Log.h" -#include "lldb/Core/STreamString.h" +#include "lldb/Core/StreamString.h" using namespace lldb; using namespace lldb_private; |

