]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/fileinfo.hpp
* Protect input item's meta through setters and getters. That allows tracking of...
[vlc] / modules / gui / wxwidgets / dialogs / fileinfo.hpp
index 06a2bf3447081be7a5c95f341a29b891e9ce736b..f3e20c75c9ecfa45c7b38548a0de384868d93060 100644 (file)
@@ -27,6 +27,7 @@
 #include "wxwidgets.hpp"
 
 #include <wx/treectrl.h>
+#include <wx/notebook.h>
 
 namespace wxvlc
 {
@@ -58,6 +59,7 @@ namespace wxvlc
         InputStatsInfoPanel *stats_info;
 
         wxBoxSizer *panel_sizer;
+
         bool b_stats;
     };
 };