]> granicus.if.org Git - clang/commitdiff
Follow up of r319317, add the missing header file
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 29 Nov 2017 15:11:53 +0000 (15:11 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 29 Nov 2017 15:11:53 +0000 (15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319319 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains/Cuda.cpp

index aea409fc20929382df733a923ce1bffeee8495f5..ed7a08cc1931203326e514792c46cf7be3a86b49 100644 (file)
@@ -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"