Include <algorithm> for binary search in contains()

This commit is contained in:
David Capello 2016-06-13 17:48:00 -03:00
parent daf4e0e022
commit 7ced1c791b

View File

@ -10,6 +10,8 @@
#include "doc/selected_frames.h"
#include <algorithm>
namespace doc {
std::size_t SelectedFrames::size() const