diff options
Diffstat (limited to 'nxcompshad/Logger.h')
-rw-r--r-- | nxcompshad/Logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcompshad/Logger.h b/nxcompshad/Logger.h index 94e4da857..2e6430b48 100644 --- a/nxcompshad/Logger.h +++ b/nxcompshad/Logger.h @@ -18,8 +18,8 @@ #ifndef Logger_H #define Logger_H -#include <errno.h> -#include <stdarg.h> +#include <cerrno> +#include <cstdarg> // // Error handling macros. |