From: Dmitri Gribenko Date: Mon, 30 Jul 2012 17:49:32 +0000 (+0000) Subject: Add missing include for Linux buildbot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221a6d74d48fb3eaa73b68eb04f253080bedd5fd;p=clang Add missing include for Linux buildbot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CXComment.cpp b/tools/libclang/CXComment.cpp index 4189b31446..05dc6fe4f8 100644 --- a/tools/libclang/CXComment.cpp +++ b/tools/libclang/CXComment.cpp @@ -20,6 +20,8 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" +#include + using namespace clang; using namespace clang::cxstring; using namespace clang::comments;