summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/csw_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/csw_cas.cpp')
-rw-r--r--src/lib/formats/csw_cas.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/formats/csw_cas.cpp b/src/lib/formats/csw_cas.cpp
index e55346cef4e..4fa4050c0e3 100644
--- a/src/lib/formats/csw_cas.cpp
+++ b/src/lib/formats/csw_cas.cpp
@@ -21,11 +21,13 @@
*/
#include "csw_cas.h"
+#include "imageutl.h"
#include "uef_cas.h"
+#include "osdcomm.h" // little_endianize_int*
+
#include <zlib.h>
-#include <cassert>
#include <cstring>