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 /include/String.h | |
parent | fb7eda9bf21a5c2ad4058ab991274339d66f4978 (diff) |
Compiling...
Diffstat (limited to 'include/String.h')
-rw-r--r-- | include/String.h | 2 |
1 files changed, 1 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> |