From 05fcd9f96f9a9eb6134967686782d5b6eaeb04eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jul 2013 13:39:44 +0100 Subject: Missing header guards. --- src/cpl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/cpl.h b/src/cpl.h index c91e256a..2b37257d 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_CPL_H +#define LIBDCP_CPL_H + #include #include #include @@ -121,3 +124,5 @@ private: }; } + +#endif -- cgit v1.2.3