diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-17 20:46:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-17 20:46:34 +0100 |
| commit | 1d79e97bdcd69ca32dea4850ca15233698f20508 (patch) | |
| tree | 58414e1ea491b6460a3ca23051a4cccdbc764b85 /src | |
| parent | 9a0c89b3e2ddf56af5433ab96ff8809c05a8b9a4 (diff) | |
| parent | f0596505119b9cace6e0e1df2a194a9e321e60ba (diff) | |
Merge pull request #2 from tschiemer/master
bugfix: undefined template instantiation
Diffstat (limited to 'src')
| -rw-r--r-- | src/name_format.h | 1 |
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> |
