]> granicus.if.org Git - libmatroska/commitdiff
libmatroska: try to fix some EBML test includes
authorSteve Lhomme <slhomme@matroska.org>
Sun, 27 Mar 2011 17:18:50 +0000 (17:18 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 27 Mar 2011 17:18:50 +0000 (17:18 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@726 a6f86f6d-0131-4f8e-9e7b-e335508773d5

test/ebml/test0.cpp

index ea47ef73392583dd52bb0d75612c28dd53728d54..63aab334a68ce607d70dbb26ee59b4e9a89caa9c 100644 (file)
@@ -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";