diff Framework/Messaging/MessagingToolbox.cpp @ 22:b01d46e5a2b3

support for sandboxed environments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 12:08:15 +0100
parents ff1e935768e7
children 9aace933cb64
line wrap: on
line diff
--- a/Framework/Messaging/MessagingToolbox.cpp	Tue Nov 22 15:54:06 2016 +0100
+++ b/Framework/Messaging/MessagingToolbox.cpp	Wed Nov 23 12:08:15 2016 +0100
@@ -46,6 +46,7 @@
 #if defined(__native_client__)
 #  include <boost/math/special_functions/round.hpp>
 #else
+#  include <boost/date_time/posix_time/posix_time.hpp>
 #  include <boost/date_time/microsec_time_clock.hpp>
 #endif