[Lldb-commits] [lldb] r161420 - /lldb/trunk/source/Core/cxa_demangle.cpp

Filipe Cabecinhas me at filcab.net
Tue Aug 7 09:33:49 PDT 2012


Author: filcab
Date: Tue Aug  7 11:33:49 2012
New Revision: 161420

URL: http://llvm.org/viewvc/llvm-project?rev=161420&view=rev
Log:
Added fix from Pawel Worach.

Modified:
    lldb/trunk/source/Core/cxa_demangle.cpp

Modified: lldb/trunk/source/Core/cxa_demangle.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/cxa_demangle.cpp?rev=161420&r1=161419&r2=161420&view=diff
==============================================================================
--- lldb/trunk/source/Core/cxa_demangle.cpp (original)
+++ lldb/trunk/source/Core/cxa_demangle.cpp Tue Aug  7 11:33:49 2012
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "cxa_demangle.h"
+#include "lldb/Core/cxa_demangle.h"
 
 #include <stdlib.h>
 #include <string.h>





More information about the lldb-commits mailing list