mirror of
https://github.com/claunia/flac.git
synced 2026-09-25 00:04:42 +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