From d60480f7b6177a6124a0f56f17ab0a083ced2702 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 26 May 2014 13:48:38 +0000 Subject: [PATCH] Add missing header Presumably included by header leakage on other platforms. llvm-svn: 209630 --- lldb/tools/lldb-mi/MIUtilFileStd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/tools/lldb-mi/MIUtilFileStd.cpp b/lldb/tools/lldb-mi/MIUtilFileStd.cpp index 552dbecf11b7..2a195afdc9c2 100644 --- a/lldb/tools/lldb-mi/MIUtilFileStd.cpp +++ b/lldb/tools/lldb-mi/MIUtilFileStd.cpp @@ -25,6 +25,7 @@ // Third party headers #include #include +#include #include // Dor strerror() // In-house headers: