summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-01 23:25:32 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-01 23:25:32 +0100
commita015aebf5b641c62c6c69c0f2667d8fd9a87ade4 (patch)
tree4a8d63ed47311e072374b707cd7888762d4954af
parent5790a7e1ddda02afbca611b2978a4390e7ee9595 (diff)
Missing include.
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index f1b5f640..ebcfb838 100644
--- a/src/types.h
+++ b/src/types.h
@@ -24,6 +24,8 @@
#ifndef LIBDCP_TYPES_H
#define LIBDCP_TYPES_H
+#include <string>
+
namespace libdcp
{