aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index fc4e3e1..945c7b6 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -42,6 +42,11 @@
42#include <iostream> 42#include <iostream>
43#include <algorithm> 43#include <algorithm>
44#include <new> 44#include <new>
45#ifdef HAVE_CSTRING
46 #include <cstring>
47#else
48 #include <string.h>
49#endif
45 50
46using std::cerr; 51using std::cerr;
47using std::endl; 52using std::endl;