diff options
Diffstat (limited to 'src/Slit.cc')
-rw-r--r-- | src/Slit.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index f5f1158..118179b 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -75,6 +75,11 @@ | |||
75 | 75 | ||
76 | #include <iostream> | 76 | #include <iostream> |
77 | #include <algorithm> | 77 | #include <algorithm> |
78 | #ifdef HAVE_CSTRING | ||
79 | #include <cstring> | ||
80 | #else | ||
81 | #include <string.h> | ||
82 | #endif | ||
78 | 83 | ||
79 | using std::string; | 84 | using std::string; |
80 | using std::pair; | 85 | using std::pair; |