diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-06 20:24:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-06 20:24:26 +0000 |
| commit | 83c9d11d41a348af3b69055813d6f04cb36ea398 (patch) | |
| tree | 5e28ff341476dd24c864b4ef8c6ba3e4714ccfc6 /src/lib | |
| parent | 0c47b6b09d0aa0ad5495d8e9c57bfc47e905fc30 (diff) | |
Missing include and hide a warning on Windows.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 2fcae3deb..f8aeb8c83 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -26,6 +26,7 @@ #include "player_subtitles.h" #include <dcp/subtitle_content.h> #include <boost/shared_ptr.hpp> +#include <boost/weak_ptr.hpp> #include <boost/thread.hpp> #include <boost/thread/condition.hpp> #include <list> |
