diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:30:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:30:51 +0000 |
| commit | a4b57f2a429d2979c0603c868626f94919a00fd8 (patch) | |
| tree | 0fb3af5b6320bdc0a9442dbc7506300c49518eed /src | |
| parent | e54d5448174c3f61ed828ce7146a497948290a8d (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_markers_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h index 4077fbbe..ac91a94b 100644 --- a/src/reel_markers_asset.h +++ b/src/reel_markers_asset.h @@ -33,6 +33,7 @@ #include "reel_asset.h" #include "dcp_time.h" +#include <map> namespace dcp { |
