diff --git a/src/images/image.h b/src/images/image.h --- a/src/images/image.h +++ b/src/images/image.h @@ -30,6 +30,10 @@ #include #include +#if (QT_VERSION < QT_VERSION_CHECK(5, 10, 0)) +using qsizetype = QIntegerForSizeof::Signed; +#endif + namespace Tellico { class ImageFactory; class ImageDirectory;