From 0a4ecd8ddb708915b26ad69cedf6f8985a2baf5f Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 27 Nov 2007 04:17:15 +0000 Subject: [PATCH] fix #includes (SF#1834168: https://sourceforge.net/tracker/index.php?func=detail&aid=1834168&group_id=13478&atid=313478) --- doc/html/changelog.html | 2 +- examples/cpp/encode/file/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 6f363fe7..5b07cb51 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -99,7 +99,7 @@
  • build system:
  • diff --git a/examples/cpp/encode/file/main.cpp b/examples/cpp/encode/file/main.cpp index 22448bbb..343ee871 100644 --- a/examples/cpp/encode/file/main.cpp +++ b/examples/cpp/encode/file/main.cpp @@ -30,6 +30,7 @@ #include #include +#include #include "FLAC++/metadata.h" #include "FLAC++/encoder.h"