diff options
Diffstat (limited to 'nxcompshad/Misc.h')
-rw-r--r-- | nxcompshad/Misc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nxcompshad/Misc.h b/nxcompshad/Misc.h index 674d34605..6bfbaa4fb 100644 --- a/nxcompshad/Misc.h +++ b/nxcompshad/Misc.h @@ -18,11 +18,13 @@ #ifndef Misc_H #define Misc_H -#include <iostream.h> +#include <iostream> #include <errno.h> #include <string.h> +using namespace std; + // // Error handling macros. // |