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