diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-28 23:42:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-28 23:42:28 +0100 |
| commit | b602b9ece41f0a876b5c5f1599af69cb45929b5f (patch) | |
| tree | f96ad84f99a06b964274e5c2b839922e8d7bd610 /src/stereo_picture_frame.h | |
| parent | 5ff3c5ae8d983c68506b24b2740c0779832dc448 (diff) | |
Still more build fixes.
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index 14c94e2e..187940af 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -31,8 +31,11 @@ files in the program, then also delete it here. */ +#ifndef LIBDCP_STEREO_PICTURE_FRAME_H +#define LIBDCP_STEREO_PICTURE_FRAME_H + #include "types.h" -#include "stereo_picture_asset_reader.h" +#include "asset_reader.h" #include <boost/shared_ptr.hpp> #include <boost/noncopyable.hpp> #include <boost/filesystem.hpp> @@ -81,3 +84,5 @@ private: }; } + +#endif |
