r184310 - Don't depend on PathV1.h including set.

Rafael Espindola rafael.espindola at gmail.com
Wed Jun 19 08:31:27 PDT 2013


Author: rafael
Date: Wed Jun 19 10:31:27 2013
New Revision: 184310

URL: http://llvm.org/viewvc/llvm-project?rev=184310&view=rev
Log:
Don't depend on PathV1.h including set.

Modified:
    cfe/trunk/lib/AST/InheritViz.cpp

Modified: cfe/trunk/lib/AST/InheritViz.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/InheritViz.cpp?rev=184310&r1=184309&r2=184310&view=diff
==============================================================================
--- cfe/trunk/lib/AST/InheritViz.cpp (original)
+++ cfe/trunk/lib/AST/InheritViz.cpp Wed Jun 19 10:31:27 2013
@@ -21,6 +21,7 @@
 #include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include <map>
+#include <set>
 
 using namespace llvm;
 





More information about the cfe-commits mailing list