diff --git a/src/common/codec.h b/src/common/codec.h index e252a5e62..da425a30a 100644 --- a/src/common/codec.h +++ b/src/common/codec.h @@ -19,7 +19,6 @@ #include "common/container.h" #include "common/fourcc.h" -#include "matroska/c/libmatroska_t.h" // see http://www.matroska.org/technical/specs/codecid/index.html diff --git a/src/common/common.h b/src/common/common.h index 83c8b2d1a..a3dc6a2c2 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -52,6 +52,7 @@ namespace balg = boost::algorithm; using namespace std::string_literals; #include +#include #undef min #undef max