From: Ted Kremenek Date: Thu, 15 Oct 2009 22:10:56 +0000 (+0000) Subject: Add missing #include for wait(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c4195eefb90e7d6c06af57f5c845601d91a749a;p=clang Add missing #include for wait(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84207 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/CIndex/CIndex.cpp b/tools/CIndex/CIndex.cpp index 970ba3878a..33099cc239 100644 --- a/tools/CIndex/CIndex.cpp +++ b/tools/CIndex/CIndex.cpp @@ -24,6 +24,7 @@ #include "clang/Frontend/ASTUnit.h" #include #include +#include #include "llvm/System/Path.h" using namespace clang;