aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh
index 522de27..487d0f4 100644
--- a/src/ButtonTool.hh
+++ b/src/ButtonTool.hh
@@ -25,7 +25,8 @@
25#define BUTTONTOOL_HH 25#define BUTTONTOOL_HH
26 26
27#include "GenericTool.hh" 27#include "GenericTool.hh"
28#include "FbTk/Observer.hh" 28
29#include <X11/Xlib.h>
29 30
30class ButtonTheme; 31class ButtonTheme;
31 32