From 02082c39f36fc96fdfccdde18a9f0ea44726e5d2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 29 Nov 2017 15:11:53 +0000 Subject: [PATCH] Follow up of r319317, add the missing header file llvm-svn: 319319 --- clang/lib/Driver/ToolChains/Cuda.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/Driver/ToolChains/Cuda.cpp b/clang/lib/Driver/ToolChains/Cuda.cpp index aea409f..ed7a08c 100644 --- a/clang/lib/Driver/ToolChains/Cuda.cpp +++ b/clang/lib/Driver/ToolChains/Cuda.cpp @@ -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" -- 2.7.4