mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-24 03:40:14 +00:00
Include <algorithm> for binary search in contains()
This commit is contained in:
parent
daf4e0e022
commit
7ced1c791b
@ -10,6 +10,8 @@
|
||||
|
||||
#include "doc/selected_frames.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace doc {
|
||||
|
||||
std::size_t SelectedFrames::size() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user