diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-15 12:56:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-15 12:56:49 +0100 |
| commit | 4709841e68d860c4fbee2f2f824e57489c8ad97d (patch) | |
| tree | d97369613b3a8347f8a24aed071f92f6eef9f220 /src | |
| parent | 6407924747622d6785ecfed24c35db355ca38032 (diff) | |
| parent | 3cb34b4158c7e0e02e0f5aa751b1ca5775e0be98 (diff) | |
Merge branch 'master' of /home/carl/git/libdcp
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 2 |
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 { |
