diff options
author | pixel <pixel> | 2002-12-07 02:38:43 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-07 02:38:43 +0000 |
commit | 20c9dd53afe35ee56ca0e0ef96a773eceb373b24 (patch) | |
tree | 3716f6707939045e18ab9b38068b00668226132b | |
parent | fb7eda9bf21a5c2ad4058ab991274339d66f4978 (diff) |
Compiling...
-rw-r--r-- | include/String.h | 2 | ||||
-rw-r--r-- | include/generic.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/String.h b/include/String.h index d8959b9..f477998 100644 --- a/include/String.h +++ b/include/String.h @@ -2,8 +2,8 @@ #define __STRING_H__ #ifdef __cplusplus -#include <iostream> #include <string.h> +#include <iostream> #include <Exceptions.h> #include <generic.h> diff --git a/include/generic.h b/include/generic.h index a8f3be5..f9ec000 100644 --- a/include/generic.h +++ b/include/generic.h @@ -1,6 +1,8 @@ #ifndef __GENERIC_H__ #define __GENERIC_H__ +#include <string.h> + #define M_BARE -1 #define M_ERROR 0 #define M_STATUS 1 |