http://llvm.org/bugs/show_bug.cgi?id=20867
Bug ID: 20867
Summary: just say 'no' to #import in TypeValidator.cpp
Product: lldb
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
diff --git a/source/DataFormatters/TypeValidator.cpp
b/source/DataFormatters/TypeValidator.cpp
index 317e096..93b0fec 100644
--- a/source/DataFormatters/TypeValidator.cpp
+++ b/source/DataFormatters/TypeValidator.cpp
@@ -15,11 +15,19 @@
// Project includes
#include "lldb/DataFormatters/TypeValidator.h"
-#import "lldb/Core/StreamString.h"
+#include "lldb/Core/StreamString.h"
using namespace lldb;
using namespace lldb_private;
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev