summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorphilip <me@filou.se>2019-07-17 21:30:13 +0200
committerphilip <me@filou.se>2019-07-17 21:30:13 +0200
commitf0596505119b9cace6e0e1df2a194a9e321e60ba (patch)
tree58414e1ea491b6460a3ca23051a4cccdbc764b85 /src
parent9a0c89b3e2ddf56af5433ab96ff8809c05a8b9a4 (diff)
bugfix: unknown 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>