]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets: compilation fixes.
authorGildas Bazin <gbazin@videolan.org>
Sun, 13 Nov 2005 20:42:20 +0000 (20:42 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 13 Nov 2005 20:42:20 +0000 (20:42 +0000)
modules/gui/wxwidgets/dialogs/open.hpp
modules/gui/wxwidgets/extrapanel.hpp

index 14b02e6f60e6d2fcfa4e814bde9f5beeab69bdc1..771e0ee8424f2f4127e46aae3404f0d6d9f9839e 100644 (file)
@@ -27,6 +27,7 @@
 #include "wxwidgets.hpp"
 
 #include <wx/spinctrl.h>
+#include <wx/notebook.h>
 
 class AutoBuiltPanel;
 namespace wxvlc
index 96fd04bd22123e8a0b0d236010b06294f97f4d96..416c07ee5ef68d18fa8f34edb684e2be871046a2 100644 (file)
@@ -25,7 +25,7 @@
 #define _WXVLC_EXTRAPANEL_H_
 
 #include "wxwidgets.hpp"
-
+#include <wx/notebook.h>
 
 namespace wxvlc
 {