diff options
| author | Carl Hetherington <carl@vertual.co.uk> | 2013-07-12 13:40:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <carl@vertual.co.uk> | 2013-07-12 13:40:37 +0100 |
| commit | 87f3008ab782543c7423f61e220b706cbb39327a (patch) | |
| tree | 397a97b3c148b79ad45815030786f3c5814f1e31 /src | |
| parent | 05fcd9f96f9a9eb6134967686782d5b6eaeb04eb (diff) | |
Another missing header guard.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
