]> git.sesse.net Git - vlc/commitdiff
* Fix missing include causing a build failure with GCC 4.3; patch by
authorLoïc Minier <lool@videolan.org>
Wed, 4 Apr 2007 14:20:36 +0000 (14:20 +0000)
committerLoïc Minier <lool@videolan.org>
Wed, 4 Apr 2007 14:20:36 +0000 (14:20 +0000)
  Martin Michlmayr; Debian #417750.

modules/gui/skins2/src/theme_loader.cpp

index 6aef3021e78eb9dc8ca9e63e7f8edf38d5d182d1..bcc75660a10bdca805a17cad66d3ec0db3c24075 100644 (file)
@@ -30,6 +30,8 @@
 #include "../src/vlcproc.hpp"
 #include "../src/window_manager.hpp"
 
+#include <cctype>
+
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
 #endif