diff options
Diffstat (limited to 'src/ScreenPlacement.cc')
-rw-r--r-- | src/ScreenPlacement.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ScreenPlacement.cc b/src/ScreenPlacement.cc index 4b52aa4..d9f8df2 100644 --- a/src/ScreenPlacement.cc +++ b/src/ScreenPlacement.cc | |||
@@ -34,6 +34,11 @@ | |||
34 | 34 | ||
35 | #include <iostream> | 35 | #include <iostream> |
36 | #include <exception> | 36 | #include <exception> |
37 | #ifdef HAVE_CSTRING | ||
38 | #include <cstring> | ||
39 | #else | ||
40 | #include <string.h> | ||
41 | #endif | ||
37 | using std::cerr; | 42 | using std::cerr; |
38 | using std::endl; | 43 | using std::endl; |
39 | 44 | ||