CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
53 stars 24 forks source link

Fix include for GCC11 #62

Closed mattiaverga closed 3 years ago

mattiaverga commented 3 years ago

This fixes build with GCC11 on Fedora.

musicinmybrain commented 3 years ago

Fedora is still carrying this patch. (I’m a co-maintainer; @mattiaverga is the primary maintainer). It looks like the CI, rather than the PR, was broken:

$ git clone https://github.com/${TRAVIS_REPO_SLUG}.git --branch ci --single-branch librtprocess-ci

Cloning into 'librtprocess-ci'...

warning: Could not find remote branch ci to clone.

fatal: Remote branch ci not found in upstream origin

The command "git clone https://github.com/${TRAVIS_REPO_SLUG}.git --branch ci --single-branch librtprocess-ci" failed and exited with 128 during .

Could someone please re-run the CI so this PR can be considered?