From 8c4195eefb90e7d6c06af57f5c845601d91a749a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 15 Oct 2009 22:10:56 +0000 Subject: [PATCH] Add missing #include for wait(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84207 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CIndex/CIndex.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0