Commit e88bb34f authored by Rafaël Carré's avatar Rafaël Carré

Qt4: fix windows build

include config.h from headers
parent f86e5ebb
......@@ -22,6 +22,10 @@
#ifndef SEEKPOINTS_HPP
#define SEEKPOINTS_HPP
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_input.h>
......
......@@ -21,6 +21,10 @@
#ifndef QVLC_DIALOGS_EXTERNAL_H_
#define QVLC_DIALOGS_EXTERNAL_H_ 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <QObject>
#include <vlc_common.h>
#include "variables.hpp"
......
......@@ -26,6 +26,10 @@
#ifndef _INPUTSLIDER_H_
#define _INPUTSLIDER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include "timetooltip.hpp"
......
......@@ -21,6 +21,10 @@
#ifndef QVLC_VARIABLES_H_
#define QVLC_VARIABLES_H_ 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <QObject>
#include <vlc_common.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