From a015aebf5b641c62c6c69c0f2667d8fd9a87ade4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Apr 2013 23:25:32 +0100 Subject: [PATCH] Missing include. --- src/types.h | 2 ++ 1 file changed, 2 insertions(+) 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 + namespace libdcp { -- 2.30.2