aboutsummaryrefslogtreecommitdiff
path: root/src/GenericTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r--src/GenericTool.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh
index c44c9cc..52d82ac 100644
--- a/src/GenericTool.hh
+++ b/src/GenericTool.hh
@@ -25,13 +25,14 @@
25#define GENERICTOOL_HH 25#define GENERICTOOL_HH
26 26
27#include "ToolbarItem.hh" 27#include "ToolbarItem.hh"
28#include "ToolTheme.hh"
29 28
30#include "FbTk/NotCopyable.hh" 29#include "FbTk/NotCopyable.hh"
31#include "FbTk/Observer.hh" 30#include "FbTk/Observer.hh"
32 31
33#include <memory> 32#include <memory>
34 33
34class ToolTheme;
35
35namespace FbTk { 36namespace FbTk {
36class FbWindow; 37class FbWindow;
37} 38}