Add the missing include with std::min declaration

Open
#2 · Created  · Last updated

Description

Fixes the following (at least on MinGW GCC 4.9):

#! In file included from F:/build/zxtune/src/apps/libzxtune/src/zxtune.cpp:16:0: ../../include/cycle_buffer.h: In member function 'std::size_t CycleBuffer<T>::Put(const T*, std::size_t)': ../../include/cycle_buffer.h:47:31: error: 'min' is not a member of 'std' const std::size_t toPut = std::min(count, FreeAvailable);

0 attachments

0 comments

Loading commits...