Add missing include in resampler.cpp

This fixes issue #1295
This commit is contained in:
Johannes Pohl 2024-12-11 15:50:11 +01:00 committed by GitHub
parent 208066e5bb
commit f6ce4f3fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@
// local headers
#include "common/aixlog.hpp"
#include "common/snap_exception.hpp"
// standard headers
#include <cmath>