mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Add missing <csting> include.
Patch from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> via Debian. Closes Debian bug #455304.
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include "FLAC++/metadata.h"
|
||||
#include "FLAC++/encoder.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
class OurEncoder: public FLAC::Encoder::File {
|
||||
public:
|
||||
OurEncoder(): FLAC::Encoder::File() { }
|
||||
|
||||
Reference in New Issue
Block a user