From d97b4144fa6032c394994d5de21bae74d2d61f22 Mon Sep 17 00:00:00 2001 From: Martin Bruse Date: Fri, 26 Apr 2024 10:10:25 +0200 Subject: [PATCH] Added missing include to resample.h. --- cpp/zimt/resample.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/zimt/resample.h b/cpp/zimt/resample.h index a6e7598..ef1f30c 100644 --- a/cpp/zimt/resample.h +++ b/cpp/zimt/resample.h @@ -15,6 +15,7 @@ #ifndef CPP_ZIMT_RESAMPLE_H_ #define CPP_ZIMT_RESAMPLE_H_ +#include "absl/log/check.h" #include "absl/types/span.h" #include "samplerate.h"