blob: a2c241cc9520f13fa6bf019a144fe4f093e0288c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./examples/cpp/encode/file/main.cpp.orig 2007-09-13 10:58:03.000000000 -0500
+++ ./examples/cpp/encode/file/main.cpp 2011-03-09 14:06:05.329999998 -0600
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <cstring>
#include "FLAC++/metadata.h"
#include "FLAC++/encoder.h"
|