From 95be4424d127a8f56605ec853ffe498f85679ac9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 1 Aug 2008 05:49:02 -0400 Subject: Included more definate phonon headers. --- PlayerWindow.cpp | 1 + PlayerWindow.h | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PlayerWindow.cpp b/PlayerWindow.cpp index 75fb452..3d38f11 100644 --- a/PlayerWindow.cpp +++ b/PlayerWindow.cpp @@ -19,6 +19,7 @@ #include #include #include +#include //BEGIN CONSTRUCT OBJECTS PlayerWindow::PlayerWindow(QWidget *parent, Qt::WindowFlags flags) diff --git a/PlayerWindow.h b/PlayerWindow.h index 18209af..e952855 100644 --- a/PlayerWindow.h +++ b/PlayerWindow.h @@ -8,7 +8,9 @@ #include #include #include -#include +#include +#include +#include class Song; class QBuffer; -- cgit v1.2.3-59-g8ed1b