From: Sylvestre Ledru Date: Wed, 29 Nov 2017 15:11:53 +0000 (+0000) Subject: Follow up of r319317, add the missing header file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c98f3b5c1fad9d61db13f61fcc7b907ae9130d3f;p=clang Follow up of r319317, add the missing header file git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319319 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains/Cuda.cpp b/lib/Driver/ToolChains/Cuda.cpp index aea409fc20..ed7a08cc19 100644 --- a/lib/Driver/ToolChains/Cuda.cpp +++ b/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"