diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-05 15:33:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-05 15:33:21 +0100 |
| commit | 0e2b36f03f6b5614492d16565d2ef6a98e48dcc9 (patch) | |
| tree | e0d2fade54781c555d51e1f2bf17b44a9acefc3c /src | |
| parent | 88efd442c88313d98850bf35f1ed3a04d4e3f3d6 (diff) | |
Try again to fix OS X build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 09c86a357..0ddd78ae0 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -41,6 +41,7 @@ #include <boost/weak_ptr.hpp> #include <boost/foreach.hpp> #include <list> +#include <iterator> #include <iostream> using std::list; |
