summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-11-29 15:11:53 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-11-29 15:11:53 +0000
commitc98f3b5c1fad9d61db13f61fcc7b907ae9130d3f (patch)
tree23baf4419d53592420c9fb66247b180a3db1ec15 /lib/Driver/ToolChains
parent6a084385b6bca68541bf2d553ee954bed4ffddd6 (diff)
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
Diffstat (limited to 'lib/Driver/ToolChains')
-rw-r--r--lib/Driver/ToolChains/Cuda.cpp1
1 files changed, 1 insertions, 0 deletions
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"