summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 10:46:29 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 10:46:29 +0100
commit01ee80bda7dad42809407a0c94bc542f560c363e (patch)
tree6f910b246ab2987f39778215ebdc6e9a81ddb340 /src
parentda6308941e6960a3389eef2af0b3dcd1467a7971 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/types.h1
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
{