From 88efd442c88313d98850bf35f1ed3a04d4e3f3d6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Jul 2018 15:08:08 +0100 Subject: [PATCH] Try to fix OS X build. --- src/wx/timeline.cc | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2