diff --git a/include/llvm/Support/WithColor.h b/include/llvm/Support/WithColor.h index e3559b4002a..85fc5fa0cf1 100644 --- a/include/llvm/Support/WithColor.h +++ b/include/llvm/Support/WithColor.h @@ -11,6 +11,7 @@ #define LLVM_SUPPORT_WITHCOLOR_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/CommandLine.h" namespace llvm { diff --git a/lib/Support/WithColor.cpp b/lib/Support/WithColor.cpp index d71aed9126b..d2e13f0e86d 100644 --- a/lib/Support/WithColor.cpp +++ b/lib/Support/WithColor.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/WithColor.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" using namespace llvm;