diff options
Diffstat (limited to 'src/lib/formats/cassimg.cpp')
-rw-r--r-- | src/lib/formats/cassimg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/cassimg.cpp b/src/lib/formats/cassimg.cpp index 816af2dccfd..4f5d9320754 100644 --- a/src/lib/formats/cassimg.cpp +++ b/src/lib/formats/cassimg.cpp @@ -8,8 +8,8 @@ *********************************************************************/ -#include <string.h> -#include <assert.h> +#include <cstring> +#include <cassert> #include "imageutl.h" #include "cassimg.h" |