From 87f3008ab782543c7423f61e220b706cbb39327a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 13:40:37 +0100 Subject: Another missing header guard. --- src/reel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/reel.h b/src/reel.h index cc356b69..b4a69f78 100644 --- a/src/reel.h +++ b/src/reel.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_REEL_H +#define LIBDCP_REEL_H + #include #include #include @@ -75,3 +78,5 @@ private: }; } + +#endif -- cgit v1.2.3