From e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 7 Nov 2013 16:58:07 +0100 Subject: changed build environment that every class is build seperately --- setup.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index b029cf7..7ccd984 100644 --- a/setup.h +++ b/setup.h @@ -1,10 +1,13 @@ #ifndef __NOPACITY_SETUP_H #define __NOPACITY_SETUP_H +#include "config.h" +#include "imagecache.h" + class cNopacitySetup : public cMenuSetupPage { public: cNopacitySetup(cImageCache *imgCache); - virtual ~cNopacitySetup(); + virtual ~cNopacitySetup(); private: cNopacityConfig tmpConf; cImageCache *imgCache; -- cgit v1.2.3