diff options
Diffstat (limited to 'src/lib/util/hash.cpp')
-rw-r--r-- | src/lib/util/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/hash.cpp b/src/lib/util/hash.cpp index ddb6f52ac5c..5808163b6b9 100644 --- a/src/lib/util/hash.cpp +++ b/src/lib/util/hash.cpp @@ -12,7 +12,7 @@ #include "hash.h" #include "hashing.h" -#include <ctype.h> +#include <cctype> namespace util { |