Try to fix OS X build.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Jul 2018 14:08:08 +0000 (15:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Jul 2018 14:08:08 +0000 (15:08 +0100)
src/wx/timeline.cc

index 2e90b3a81c4ea0f8326cb8f2b09bdf0f2ea8b370..09c86a35795fcd81b07f4b6736e8d9ec334632fd 100644 (file)
@@ -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;