diff options
| author | Carl Hetherington <carl@vertual.co.uk> | 2013-07-12 13:39:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <carl@vertual.co.uk> | 2013-07-12 13:39:44 +0100 |
| commit | 05fcd9f96f9a9eb6134967686782d5b6eaeb04eb (patch) | |
| tree | fddd369db5ffc608177e3dc767b5aab44b19e110 /src/cpl.h | |
| parent | 9d61c8675c3c2b41e37f51d87debebd752aa1051 (diff) | |
Missing header guards.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,9 @@ */ +#ifndef LIBDCP_CPL_H +#define LIBDCP_CPL_H + #include <list> #include <boost/shared_ptr.hpp> #include <boost/function.hpp> @@ -121,3 +124,5 @@ private: }; } + +#endif |
