r183783 - Try to fix the windows build.

Rafael Espindola rafael.espindola at gmail.com
Tue Jun 11 13:06:05 PDT 2013


Author: rafael
Date: Tue Jun 11 15:06:05 2013
New Revision: 183783

URL: http://llvm.org/viewvc/llvm-project?rev=183783&view=rev
Log:
Try to fix the windows build.

Modified:
    cfe/trunk/lib/Driver/ToolChains.h

Modified: cfe/trunk/lib/Driver/ToolChains.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.h?rev=183783&r1=183782&r2=183783&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.h (original)
+++ cfe/trunk/lib/Driver/ToolChains.h Tue Jun 11 15:06:05 2013
@@ -17,6 +17,8 @@
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/Support/Compiler.h"
 
+#include <vector>
+
 namespace clang {
 namespace driver {
 namespace toolchains {





More information about the cfe-commits mailing list