From: Steve Lhomme Date: Sun, 27 Mar 2011 17:18:50 +0000 (+0000) Subject: libmatroska: try to fix some EBML test includes X-Git-Tag: release-1.2.0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13c11f7c321eb009b3de550a7a0d960103f30725;p=libmatroska libmatroska: try to fix some EBML test includes git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@726 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/test/ebml/test0.cpp b/test/ebml/test0.cpp index ea47ef7..63aab33 100644 --- a/test/ebml/test0.cpp +++ b/test/ebml/test0.cpp @@ -51,8 +51,9 @@ #include "ebml/EbmlMaster.h" #include "ebml/EbmlFloat.h" #include "ebml/EbmlStream.h" +#include "ebml/StdIOCallback.h" -using namespace LIBMATROSKA_NAMESPACE; +using namespace LIBEBML_NAMESPACE; const char RW_FILENAME[] = "test.kax";