clang-format: Cut more clangAST dependencies.
Hopefully fixing windows builds.
git-svn-id: svn://svn.chromium.org/llvm-project/cfe/trunk/tools/clang-format@220878 0b72dbe1-c17f-4bc7-b9db-2b4152be0356
diff --git a/ClangFormat.cpp b/ClangFormat.cpp
index 614d9cd..3e1c4ec 100644
--- a/ClangFormat.cpp
+++ b/ClangFormat.cpp
@@ -21,6 +21,7 @@
#include "clang/Format/Format.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "llvm/ADT/StringMap.h"
+#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Signals.h"