[Lldb-commits] [lldb] r233990 - Fix the Linux build.

David Blaikie dblaikie at gmail.com
Thu Apr 2 18:12:52 PDT 2015


Author: dblaikie
Date: Thu Apr  2 20:12:52 2015
New Revision: 233990

URL: http://llvm.org/viewvc/llvm-project?rev=233990&view=rev
Log:
Fix the Linux build.

Modified:
    lldb/trunk/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp

Modified: lldb/trunk/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp?rev=233990&r1=233989&r2=233990&view=diff
==============================================================================
--- lldb/trunk/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp (original)
+++ lldb/trunk/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTest.cpp Thu Apr  2 20:12:52 2015
@@ -5,6 +5,7 @@
 #include "Plugins/Process/Linux/ThreadStateCoordinator.h"
 
 using namespace lldb_private;
+using namespace process_linux;
 
 namespace
 {





More information about the lldb-commits mailing list