Fix for compilation with mingw due to libebml's headers #defining 'min'.

This commit is contained in:
Moritz Bunkus 2009-08-16 19:19:50 +02:00
parent bc66c14cb8
commit daa3a60f0a

View File

@ -18,6 +18,7 @@
#include <ebml/EbmlUnicodeString.h>
#include <matroska/KaxSegment.h>
#include "common/common.h"
#include "common/ebml.h"
#include "common/output.h"
#include "common/strings/parsing.h"