summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fmsx_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/fmsx_cas.cpp')
-rw-r--r--src/lib/formats/fmsx_cas.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/formats/fmsx_cas.cpp b/src/lib/formats/fmsx_cas.cpp
index 7bda85782b5..b6642568b55 100644
--- a/src/lib/formats/fmsx_cas.cpp
+++ b/src/lib/formats/fmsx_cas.cpp
@@ -1,8 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Sean Young
-#include <cassert>
-#include "formats/fmsx_cas.h"
+#include "fmsx_cas.h"
+
+#include <cstring>
#define CAS_PERIOD (16)