diff options
Diffstat (limited to 'src/util/serialize.h')
-rw-r--r-- | src/util/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/serialize.h b/src/util/serialize.h index 0607ff37a..0a1c96205 100644 --- a/src/util/serialize.h +++ b/src/util/serialize.h @@ -37,7 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <endian.h> #endif #endif -#include <string.h> // for memcpy +#include <cstring> // for memcpy #include <iostream> #include <string> #include <vector> |