Fix compilation under Linux

This commit is contained in:
Abs62 2013-02-24 01:08:27 +04:00
parent c655a99408
commit 7ab428fa55

View file

@ -18,13 +18,13 @@
#include "programs.hh"
#include "dprintf.hh"
#include <QDebug>
#include <QWebElement>
#ifdef Q_OS_WIN32
#include <windows.h>
#include <mmsystem.h> // For PlaySound
#include "bass.hh"
#include <QWebElement>
#include <QPainter>
#endif