From 2218edcb8fa4e2915fa13407c4aae539b76d2d35 Mon Sep 17 00:00:00 2001
From: Andreas Schenk <andreas_schenk@hms.harvard.edu>
Date: Tue, 2 Oct 2012 16:48:57 -0400
Subject: [PATCH] added message header in stat accumulator. Needed for
 ost::Error declaration

---
 modules/img/alg/src/stat_accumulator.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/img/alg/src/stat_accumulator.hh b/modules/img/alg/src/stat_accumulator.hh
index 3483890b0..a07d6219e 100644
--- a/modules/img/alg/src/stat_accumulator.hh
+++ b/modules/img/alg/src/stat_accumulator.hh
@@ -21,6 +21,7 @@
 #define OST_STAT_ACCUMULATOR_HH
 
 #include <ost/base.hh>
+#include <ost/message.hh>
 #include <ost/img/alg/module_config.hh>
 
 namespace ost { namespace img { namespace alg {
-- 
GitLab