diff options
Diffstat (limited to 'src/utils/base64.cpp')
-rw-r--r-- | src/utils/base64.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp index cf10c8fd..189407d7 100644 --- a/src/utils/base64.cpp +++ b/src/utils/base64.cpp @@ -29,8 +29,8 @@ #include "utils/base64.h" -#include <stdlib.h> -#include <string.h> +#include <cstdlib> +#include <cstring> static char base64_table[] = { |