diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 07:06:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-18 07:06:02 +0000 |
commit | 871adcf4e41285e3f4c3b62eaa1b2e05b60b92da (patch) | |
tree | 779a51cca6bd05510c46bdaeb56219ac2725ad16 /lib/Driver/InputInfo.h | |
parent | aa469f62f2b3ba6f560ccadfc379f8f4c45e3d51 (diff) |
Driver: ConstructJob also needs to know the destination (where to put
its commands).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/InputInfo.h')
-rw-r--r-- | lib/Driver/InputInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Driver/InputInfo.h b/lib/Driver/InputInfo.h index 6cef821e39..617e70365d 100644 --- a/lib/Driver/InputInfo.h +++ b/lib/Driver/InputInfo.h @@ -10,6 +10,8 @@ #ifndef CLANG_LIB_DRIVER_INPUTINFO_H_ #define CLANG_LIB_DRIVER_INPUTINFO_H_ +#include "clang/Driver/Types.h" + #include <cassert> #include <string> |