diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-05 15:08:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-05 15:08:08 +0100 |
| commit | 88efd442c88313d98850bf35f1ed3a04d4e3f3d6 (patch) | |
| tree | ecb3e8bd143305104589d6924f78486bd0bb4a57 | |
| parent | 753707b4049940262b7824b584bbe36f5f133cbe (diff) | |
Try to fix OS X build.
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 2e90b3a81..09c86a357 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -47,6 +47,8 @@ using std::list; using std::cout; using std::min; using std::max; +using std::begin; +using std::end; using boost::shared_ptr; using boost::weak_ptr; using boost::dynamic_pointer_cast; |
