Commit c1719a52 authored by Max Kellermann's avatar Max Kellermann

lib/xiph/FlacStreamMetadata: add missing include

parent b07bbb92
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#include "ReplayGainInfo.hxx" #include "ReplayGainInfo.hxx"
#include "util/DivideString.hxx" #include "util/DivideString.hxx"
#include <assert.h>
bool bool
flac_parse_replay_gain(ReplayGainInfo &rgi, flac_parse_replay_gain(ReplayGainInfo &rgi,
const FLAC__StreamMetadata_VorbisComment &vc) const FLAC__StreamMetadata_VorbisComment &vc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment