From ca7f30506cb05f64d4688faba366a12c86bb36dc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 22 Feb 2017 14:23:46 +0200 Subject: [PATCH] Need when HAVE_FEATURE_MACOSX_SANDBOX Change-Id: I401679ae6cbc8f924126589cfb9f22fb244e7da2 --- ucb/source/ucp/file/filtask.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx index 2f2a75802b13..b64df364a9b6 100644 --- a/ucb/source/ucp/file/filtask.cxx +++ b/ucb/source/ucp/file/filtask.cxx @@ -17,8 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include +#if HAVE_FEATURE_MACOSX_SANDBOX +#include +#endif + #include #include #include @@ -35,7 +41,6 @@ #include #include #include -#include #include #include "filtask.hxx"