From da6b2e1904a3ab82afcf05144d3385ca28a30b1c Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 26 Oct 2005 11:06:36 +0000 Subject: [PATCH] Small fixes for making current CVS-version compilable git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@21 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/qt3support.h | 2 +- include/tab_widget.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qt3support.h b/include/qt3support.h index eefdc7f6a..f5f4c0666 100644 --- a/include/qt3support.h +++ b/include/qt3support.h @@ -27,7 +27,7 @@ // don't know why following line is neccessary, it's a bug in qt-headers - // otherwise LMMS sometimes fails to compile -//#include +#include #include //#include diff --git a/include/tab_widget.h b/include/tab_widget.h index 32576c3cc..54cc97c5c 100644 --- a/include/tab_widget.h +++ b/include/tab_widget.h @@ -34,8 +34,8 @@ #else -#include #include +#include #include "spc_bg_hndl_widget.h"