diff options
Diffstat (limited to 'src/lib/formats/rk_cas.cpp')
-rw-r--r-- | src/lib/formats/rk_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/rk_cas.cpp b/src/lib/formats/rk_cas.cpp index 18504fcb130..b522fea2f3b 100644 --- a/src/lib/formats/rk_cas.cpp +++ b/src/lib/formats/rk_cas.cpp @@ -5,7 +5,7 @@ Tape support for RK format */ -#include <assert.h> +#include <cassert> #include "rk_cas.h" |