]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/messages.cpp
Don't include config.h from the headers - refs #297.
[vlc] / modules / gui / qt4 / dialogs / messages.cpp
index 317df3cba12a5de095ce72545e8449670a791843..a056ab7bea42a7eb838e86ac3e88794c51a519d4 100644 (file)
@@ -20,6 +20,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include "dialogs/messages.hpp"
 #include "dialogs_provider.hpp"