diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-14 19:43:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-14 19:43:03 +0000 |
| commit | f7b75c6ff5e62fff7c37ff4080625c5510a298da (patch) | |
| tree | 1428672072ab97e0196293c2869f7b3e55c7ebfe /src | |
| parent | 3f3b9712e186821b19e84b02f7f4d9d7a8112f37 (diff) | |
Hopefully fix debian 7 build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 2be37a387..48c7c2da5 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -42,6 +42,7 @@ #include <wx/wx.h> #include <boost/foreach.hpp> #include <iostream> +#include <set> using std::exception; using std::string; |
