summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/timeline.cc2
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;