Another missing header guard.
authorCarl Hetherington <carl@vertual.co.uk>
Fri, 12 Jul 2013 12:40:37 +0000 (13:40 +0100)
committerCarl Hetherington <carl@vertual.co.uk>
Fri, 12 Jul 2013 12:40:37 +0000 (13:40 +0100)
src/reel.h

index cc356b696cc04c0c6e180b5bdeca3697c8e9852b..b4a69f78b74bfa2f23c01a03e31d17535b43466d 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef LIBDCP_REEL_H
+#define LIBDCP_REEL_H
+
 #include <list>
 #include <boost/shared_ptr.hpp>
 #include <boost/function.hpp>
@@ -75,3 +78,5 @@ private:
 };
 
 }
+
+#endif