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 5a6bdfa..f8d3598 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -41,6 +41,11 @@
41#include <iostream> 41#include <iostream>
42#include <algorithm> 42#include <algorithm>
43#include <new> 43#include <new>
44#ifdef HAVE_CSTRING
45 #include <cstring>
46#else
47 #include <string.h>
48#endif
44 49
45using std::cerr; 50using std::cerr;
46using std::endl; 51using std::endl;