summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/imageutl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/imageutl.cpp')
-rw-r--r--src/lib/formats/imageutl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/imageutl.cpp b/src/lib/formats/imageutl.cpp
index 6ab427115e0..6bf2bbd3323 100644
--- a/src/lib/formats/imageutl.cpp
+++ b/src/lib/formats/imageutl.cpp
@@ -8,7 +8,7 @@
***************************************************************************/
-#include <ctype.h>
+#include <cctype>
#include "imageutl.h"
int compute_log2(int val)