From 90b836a79256aba606a59871fbb7ee4192f24ae4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 26 Nov 2003 08:55:07 +0000 Subject: [PATCH] Fixes for compilation with g++ 3.3.1. --- src/mmg/kax_analyzer.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mmg/kax_analyzer.cpp b/src/mmg/kax_analyzer.cpp index 117a27edb..f37fcd71b 100644 --- a/src/mmg/kax_analyzer.cpp +++ b/src/mmg/kax_analyzer.cpp @@ -19,7 +19,11 @@ \author Moritz Bunkus */ -#include +// The Debian g++ 3.3.1 has problems in its standard C++ headers with min +// being defined differently. So just include these files now when min +// has not been defined yet. +#include +#include #include #include