summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Keys.hh2
-rw-r--r--src/Screen.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 9d313e1..03f11e0 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -25,8 +25,8 @@
25#define KEYS_HH 25#define KEYS_HH
26 26
27#include "FbTk/NotCopyable.hh" 27#include "FbTk/NotCopyable.hh"
28#include "FbTk/KeyUtil.hh"
29 28
29#include <X11/Xlib.h>
30#include <string> 30#include <string>
31#include <map> 31#include <map>
32 32
diff --git a/src/Screen.cc b/src/Screen.cc
index 8aa7693..73037f4 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -77,6 +77,7 @@
77#include "FbTk/Compose.hh" 77#include "FbTk/Compose.hh"
78#include "FbTk/FbString.hh" 78#include "FbTk/FbString.hh"
79#include "FbTk/STLUtil.hh" 79#include "FbTk/STLUtil.hh"
80#include "FbTk/KeyUtil.hh"
80 81
81//use GNU extensions 82//use GNU extensions
82#ifndef _GNU_SOURCE 83#ifndef _GNU_SOURCE