From 00f32316b2aa9664194fbc4fae11ee54808ebcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Mon, 18 Dec 2017 19:27:42 +0100 Subject: [PATCH] Add missing header --- src/actions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions.cpp b/src/actions.cpp index 5309cb80..e5baa75f 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -55,6 +55,7 @@ #include #include #include +#include #include // for stat() #include // for stat() #ifdef EXV_HAVE_UNISTD_H