Skip to content

Commit

Permalink
Added missing include to resample.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Apr 26, 2024
1 parent 4be4e54 commit 642865b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/zimt/resample.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 642865b

Please sign in to comment.