summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-17 20:46:34 +0100
committerGitHub <noreply@github.com>2019-07-17 20:46:34 +0100
commit1d79e97bdcd69ca32dea4850ca15233698f20508 (patch)
tree58414e1ea491b6460a3ca23051a4cccdbc764b85 /src
parent9a0c89b3e2ddf56af5433ab96ff8809c05a8b9a4 (diff)
parentf0596505119b9cace6e0e1df2a194a9e321e60ba (diff)
Merge pull request #2 from tschiemer/master
bugfix: undefined template instantiation
Diffstat (limited to 'src')
-rw-r--r--src/name_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/name_format.h b/src/name_format.h
index eb6f4308..e5cfb76d 100644
--- a/src/name_format.h
+++ b/src/name_format.h
@@ -34,6 +34,7 @@
#ifndef LIBDCP_NAME_FORMAT
#define LIBDCP_NAME_FORMAT
+#include <string>
#include <boost/optional.hpp>
#include <map>
#include <list>