xcf.cpp error 'numeric_limits’ is not a member of std

Issue #27 new
Макс Большой created an issue

hi, Andrey

make error:

src/formats/xcf.cpp:565:21: error: ‘numeric_limits’ is not a member of ‘std’

Вылечилось добавлением в src/formats/xcf.cpp следующих инклюдов:

#include <stdexcept>
#include <limits>

Собиралось под kubuntu 21.10

Comments (5)

  1. Log in to comment