diff options
Diffstat (limited to 'src/lib/formats/cbm_crt.h')
-rw-r--r-- | src/lib/formats/cbm_crt.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/formats/cbm_crt.h b/src/lib/formats/cbm_crt.h index 7696dcc276e..5b447de226c 100644 --- a/src/lib/formats/cbm_crt.h +++ b/src/lib/formats/cbm_crt.h @@ -12,10 +12,12 @@ #pragma once -#include "formats/imageutl.h" - #include "utilfwd.h" +#include <cstddef> +#include <cstdint> +#include <string> + //************************************************************************** // MACROS/CONSTANTS |