diff options
Diffstat (limited to 'src/binary-error-handler.h')
-rw-r--r-- | src/binary-error-handler.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/binary-error-handler.h b/src/binary-error-handler.h index 8fa3f847..2186ecbe 100644 --- a/src/binary-error-handler.h +++ b/src/binary-error-handler.h @@ -17,9 +17,8 @@ #ifndef WABT_BINARY_ERROR_HANDLER_H_ #define WABT_BINARY_ERROR_HANDLER_H_ -#include <stdint.h> -#include <stdio.h> - +#include <cstdint> +#include <cstdio> #include <string> namespace wabt { |