diff --git a/clang/tools/CIndex/CIndex.cpp b/clang/tools/CIndex/CIndex.cpp index cc49ee4236f80db67e738f10461206fab247bb43..9bc3c70b0eac7186b7ec6053471203bca8f559aa 100644 --- a/clang/tools/CIndex/CIndex.cpp +++ b/clang/tools/CIndex/CIndex.cpp @@ -27,13 +27,14 @@ #include "llvm/System/Path.h" #include "llvm/System/Program.h" #include +#include + #ifdef LLVM_ON_WIN32 #define WIN32_LEAN_AND_MEAN #include #else #include #endif -#include using namespace clang; using namespace idx;