mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Fixes for compilation with g++ 3.3.1.
This commit is contained in:
parent
5007f8fd0e
commit
90b836a792
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user