Fixed an include so case sensitive builders can build.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117864 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBModule.cpp b/source/API/SBModule.cpp
index 58ff07d..c6c2d75 100644
--- a/source/API/SBModule.cpp
+++ b/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;