summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/p6001_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/p6001_cas.cpp')
-rw-r--r--src/lib/formats/p6001_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/p6001_cas.cpp b/src/lib/formats/p6001_cas.cpp
index 37e1ffcfa2c..3319e377b3d 100644
--- a/src/lib/formats/p6001_cas.cpp
+++ b/src/lib/formats/p6001_cas.cpp
@@ -4,7 +4,7 @@
* NEC PC-6001 cassette format handling
*/
-#include <assert.h>
+#include <cassert>
#include "p6001_cas.h"