From 48862d45710ea13fd604a3af254d38b16c380000 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 9 Jun 2010 09:32:42 +0000 Subject: Minor warning/error fixes. llvm-svn: 105718 --- lldb/source/Target/PathMappingList.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/source/Target/PathMappingList.cpp') diff --git a/lldb/source/Target/PathMappingList.cpp b/lldb/source/Target/PathMappingList.cpp index 02ca0671ca0..23eea225900 100644 --- a/lldb/source/Target/PathMappingList.cpp +++ b/lldb/source/Target/PathMappingList.cpp @@ -13,7 +13,8 @@ #include "lldb/Core/Error.h" #include "lldb/Core/Stream.h" // Project includes -#include "PathMappingList.h" +#include "lldb/Target/PathMappingList.h" +#include using namespace lldb; using namespace lldb_private; -- cgit v1.2.3