From ff1d43ac63df5b64e42f915187d6622675b1d0f0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 10 Mar 2017 12:07:35 +0000 Subject: [PATCH] missing include in the file --- debian/patches/fix-clang-path-and-build.diff | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/patches/fix-clang-path-and-build.diff b/debian/patches/fix-clang-path-and-build.diff index 11dbe831..61e9ab75 100644 --- a/debian/patches/fix-clang-path-and-build.diff +++ b/debian/patches/fix-clang-path-and-build.diff @@ -6,7 +6,15 @@ Index: llvm-toolchain-snapshot_5.0~svn297449/clang/lib/Driver/ToolChains/Gnu.cpp =================================================================== --- llvm-toolchain-snapshot_5.0~svn297449.orig/clang/lib/Driver/ToolChains/Gnu.cpp +++ llvm-toolchain-snapshot_5.0~svn297449/clang/lib/Driver/ToolChains/Gnu.cpp -@@ -2306,6 +2306,8 @@ void Generic_GCC::AddClangCXXStdlibInclu +@@ -15,6 +15,7 @@ + #include "Arch/SystemZ.h" + #include "CommonArgs.h" + #include "clang/Basic/VirtualFileSystem.h" ++#include "clang/Basic/Version.h" + #include "clang/Config/config.h" // for GCC_INSTALL_PREFIX + #include "clang/Driver/Compilation.h" + #include "clang/Driver/Driver.h" +@@ -2306,6 +2307,8 @@ void Generic_GCC::AddClangCXXStdlibInclu DriverArgs.hasArg(options::OPT_nostdincxx)) return;