Fixed an include so case sensitive builders can build.

llvm-svn: 117864
This commit is contained in:
Greg Clayton 2010-10-31 19:57:43 +00:00
parent d689026899
commit 38adbbb88b
1 changed files with 1 additions and 1 deletions

View File

@ -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;