r319319 - Follow up of r319317, add the missing header file

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 07:11:53 PST 2017


Author: sylvestre
Date: Wed Nov 29 07:11:53 2017
New Revision: 319319

URL: http://llvm.org/viewvc/llvm-project?rev=319319&view=rev
Log:
Follow up of r319317, add the missing header file

Modified:
    cfe/trunk/lib/Driver/ToolChains/Cuda.cpp

Modified: cfe/trunk/lib/Driver/ToolChains/Cuda.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains/Cuda.cpp?rev=319319&r1=319318&r2=319319&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains/Cuda.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains/Cuda.cpp Wed Nov 29 07:11:53 2017
@@ -13,6 +13,7 @@
 #include "clang/Basic/Cuda.h"
 #include "clang/Config/config.h"
 #include "clang/Basic/VirtualFileSystem.h"
+#include "clang/Driver/Distro.h"
 #include "clang/Driver/Compilation.h"
 #include "clang/Driver/Driver.h"
 #include "clang/Driver/DriverDiagnostic.h"




More information about the cfe-commits mailing list