Fixes for compilation with g++ 3.3.1.

This commit is contained in:
Moritz Bunkus 2003-11-26 08:55:07 +00:00
parent 5007f8fd0e
commit 90b836a792

View File

@ -19,7 +19,11 @@
\author Moritz Bunkus <moritz@bunkus.org>
*/
#include <vector>
// 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 <limits>
#include <iostream>
#include <ebml/EbmlHead.h>
#include <ebml/EbmlStream.h>