From 80d0b574a2934095a8a377419c0734d6a3e3810f Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 19 Nov 2021 13:22:51 +0100 Subject: [PATCH] fix format Signed-off-by: Bensuperpc --- include/crc32/crc32.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/crc32/crc32.hpp b/include/crc32/crc32.hpp index e762563..84b76b9 100644 --- a/include/crc32/crc32.hpp +++ b/include/crc32/crc32.hpp @@ -10,13 +10,13 @@ // uint8_t, uint32_t, int32_t extern "C" { +#include // size_t + #include #include "crc32/crc32.h" #include "crc32/crc32_var.h" -#include // size_t - #if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L) # include #else