summaryrefslogtreecommitdiff
path: root/src/lib/event_history.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-09 23:08:34 +0100
commitb19987ae5342602977b265ba9167ec09e433367c (patch)
tree7225dfbf58e7e07135b58d44e0ebb390df6178ac /src/lib/event_history.h
parent78c27b4fa4d23d4a0a64f0398350ec5697d50551 (diff)
Some export tidying up.
Diffstat (limited to 'src/lib/event_history.h')
-rw-r--r--src/lib/event_history.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/event_history.h b/src/lib/event_history.h
index 5b0f9a6a3..f723591fb 100644
--- a/src/lib/event_history.h
+++ b/src/lib/event_history.h
@@ -18,6 +18,9 @@
*/
+#ifndef DCPOMATIC_EVENT_HISTORY_H
+#define DCPOMATIC_EVENT_HISTORY_H
+
#include <boost/thread/mutex.hpp>
#include <list>
@@ -39,3 +42,5 @@ private:
/** Number of events that we should keep history for */
int const _size;
};
+
+#endif