[Lldb-commits] [lldb] r117864 - /lldb/trunk/source/API/SBModule.cpp
Greg Clayton
gclayton at apple.com
Sun Oct 31 12:57:43 PDT 2010
Author: gclayton
Date: Sun Oct 31 14:57:43 2010
New Revision: 117864
URL: http://llvm.org/viewvc/llvm-project?rev=117864&view=rev
Log:
Fixed an include so case sensitive builders can build.
Modified:
lldb/trunk/source/API/SBModule.cpp
Modified: lldb/trunk/source/API/SBModule.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBModule.cpp?rev=117864&r1=117863&r2=117864&view=diff
==============================================================================
--- lldb/trunk/source/API/SBModule.cpp (original)
+++ lldb/trunk/source/API/SBModule.cpp Sun Oct 31 14:57:43 2010
@@ -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;
More information about the lldb-commits
mailing list