[ptr-traits] Add another complete type that is necessary for at least

some of the build bots. Still can't reproduce these failures locally.

llvm-svn: 256630
This commit is contained in:
Chandler Carruth 2015-12-30 06:38:29 +00:00
parent bd452fb2ff
commit f98eb3548c
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@
#ifndef LLVM_CLANG_DRIVER_COMPILATION_H
#define LLVM_CLANG_DRIVER_COMPILATION_H
#include "clang/Driver/Action.h"
#include "clang/Driver/Job.h"
#include "clang/Driver/Util.h"
#include "llvm/ADT/DenseMap.h"
@ -25,7 +26,6 @@ namespace opt {
namespace clang {
namespace driver {
class Driver;
class JobAction;
class JobList;
class ToolChain;