diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 10:46:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 10:46:29 +0100 |
| commit | 01ee80bda7dad42809407a0c94bc542f560c363e (patch) | |
| tree | 6f910b246ab2987f39778215ebdc6e9a81ddb340 /src | |
| parent | da6308941e6960a3389eef2af0b3dcd1467a7971 (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 1a74039f..013c1863 100644 --- a/src/types.h +++ b/src/types.h @@ -25,6 +25,7 @@ #define LIBDCP_TYPES_H #include <string> +#include <boost/shared_ptr.hpp> namespace libdcp { |
