diff options
-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 |