diff options
Diffstat (limited to 'src/lib/formats/cbm_tap.cpp')
-rw-r--r-- | src/lib/formats/cbm_tap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/cbm_tap.cpp b/src/lib/formats/cbm_tap.cpp index 542c0c3ea87..9ae77bffb7d 100644 --- a/src/lib/formats/cbm_tap.cpp +++ b/src/lib/formats/cbm_tap.cpp @@ -94,9 +94,8 @@ Unfortunately, I have no such a .tap file to test, so my implementation below could be not working. FP ] */ -#include <cassert> - #include "cbm_tap.h" +#include "imageutl.h" #define CBM_WAV_FREQUENCY 44100 |