summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h5
1 files changed, 4 insertions, 1 deletions
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;