summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/uef_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/uef_cas.cpp')
-rw-r--r--src/lib/formats/uef_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/uef_cas.cpp b/src/lib/formats/uef_cas.cpp
index 1b4fb1bc271..15638e5f025 100644
--- a/src/lib/formats/uef_cas.cpp
+++ b/src/lib/formats/uef_cas.cpp
@@ -18,10 +18,10 @@ Not nice, but it works...
*/
#include "uef_cas.h"
+#include "imageutl.h"
#include <zlib.h>
-#include <cassert>
#include <cmath>
#include <cstring>