[Lldb-commits] [lldb] r183936 - Don't depend on set being transitively included.

Rafael Espindola rafael.espindola at gmail.com
Thu Jun 13 13:10:23 PDT 2013


Author: rafael
Date: Thu Jun 13 15:10:23 2013
New Revision: 183936

URL: http://llvm.org/viewvc/llvm-project?rev=183936&view=rev
Log:
Don't depend on set being transitively included.

Modified:
    lldb/trunk/source/Host/common/FileSpec.cpp

Modified: lldb/trunk/source/Host/common/FileSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/FileSpec.cpp?rev=183936&r1=183935&r2=183936&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/FileSpec.cpp (original)
+++ lldb/trunk/source/Host/common/FileSpec.cpp Thu Jun 13 15:10:23 2013
@@ -12,6 +12,7 @@
 #include <fcntl.h>
 #include <libgen.h>
 #include <sys/stat.h>
+#include <set>
 #include <string.h>
 #include <fstream>
 





More information about the lldb-commits mailing list