From 4546d5477770a92fe107cca7a060ec7a57a542e5 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 23 Jul 2015 11:40:09 +0200 Subject: [PATCH] actions: explicitly include boost posix_time.hpp --- src/actions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions.cpp b/src/actions.cpp index 7decf335..deab9110 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include