diff options
Diffstat (limited to 'source/core/slang-archive-file-system.cpp')
| -rw-r--r-- | source/core/slang-archive-file-system.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/core/slang-archive-file-system.cpp b/source/core/slang-archive-file-system.cpp index 63e1c0b01..03237105d 100644 --- a/source/core/slang-archive-file-system.cpp +++ b/source/core/slang-archive-file-system.cpp @@ -3,14 +3,14 @@ #include "../../slang-com-helper.h" #include "../../slang-com-ptr.h" +#include "../core/slang-castable.h" + #include "slang-io.h" #include "slang-string-util.h" #include "slang-blob.h" #include "slang-riff-file-system.h" -#include "slang-destroyable.h" - // Compression systems #include "slang-deflate-compression-system.h" #include "slang-lz4-compression-system.h" |
