]> git.sesse.net Git - vlc/commitdiff
#include "charset.h"
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 4 Oct 2005 08:32:08 +0000 (08:32 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 4 Oct 2005 08:32:08 +0000 (08:32 +0000)
but it should not be necessary "thanks to" the vlc_symbols.h kludge

modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/interface.cpp
modules/gui/wxwidgets/open.cpp

index ef47cb76838b599901a6caa472be7936ceb94428..bd8308cd2b77dd74da0ed55ebcd07b9113d79aee 100644 (file)
@@ -32,6 +32,7 @@
 #include <vlc/vlc.h>
 #include <vlc/aout.h>
 #include <vlc/intf.h>
+#include "charset.h"
 
 #include "wxwidgets.h"
 
index dd77bde48c08c7fe2ee2bb2c1d77fc761823e49f..c75b1587296d3aa519e9e77319cfaad8c2e7b821 100644 (file)
@@ -29,6 +29,7 @@
 #include <vlc/vout.h>
 #include <vlc/input.h>
 #include <vlc/intf.h>
+#include "charset.h"
 
 #include "wxwidgets.h"
 
index e1ff60dd63c65ca5246f5497d109cce5c33aee3d..75328f02c4d9a0f22e26f8b3fb461e4844c9bed0 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdio.h>
 
 #include <vlc/vlc.h>
+#include "charset.h"
 
 #ifdef HAVE_LIBCDIO
 #include <cdio/cdio.h>