diff --git a/src/examples/ExampleHtml.cpp b/src/examples/ExampleHtml.cpp
index 0148b6f7..feb1f153 100644
--- a/src/examples/ExampleHtml.cpp
+++ b/src/examples/ExampleHtml.cpp
@@ -33,6 +33,7 @@
#include
#include "../../include/OpenShot.h"
//#include "../../include/CrashHandler.h"
+#include
using namespace openshot;
@@ -49,8 +50,7 @@ int main(int argc, char* argv[]) {
);
r.Open(); // Open the reader
- // XXX: Not implemented
- // r.DisplayInfo();
+ r.DisplayInfo();
/* WRITER ---------------- */
FFmpegWriter w9("/var/tmp/metadata.mp4");