diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 23:39:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 23:39:13 +0000 |
| commit | 3596a6f73ba1afd7b688d7c22714f67f01d4e907 (patch) | |
| tree | 449040a17b72bcd62ee3ff7da16ccfbd464de716 /src | |
| parent | 4dbc6ef917aeceb906b1ef1caf6911033e7e2c54 (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 18e992478..a8e05b751 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -56,6 +56,7 @@ #include <fstream> #include <cstdlib> #include <iomanip> +#include <set> #include "i18n.h" |
