Commit d2c883df authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwidgets/*: compilation fixes.

parent 9a39ccb2
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define _WXVLC_BOOKMARKS_H_ #define _WXVLC_BOOKMARKS_H_
#include "wxwidgets.hpp" #include "wxwidgets.hpp"
#include <wx/listctrl.h>
namespace wxvlc namespace wxvlc
{ {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define _WXVLC_UPDATEVLC_H_ #define _WXVLC_UPDATEVLC_H_
#include "wxwidgets.hpp" #include "wxwidgets.hpp"
#include <wx/treectrl.h>
#include <list> #include <list>
class wxTreeCtrl; class wxTreeCtrl;
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "streamdata.h" #include "streamdata.h"
#include "dialogs/open.hpp" #include "dialogs/open.hpp"
#include <wx/listctrl.h>
#include <wx/statline.h> #include <wx/statline.h>
#include <network.h> #include <network.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment