add missing #includes

This commit is contained in:
Christoph Oelckers 2023-12-16 07:23:57 +01:00
parent bae3adc89f
commit cffa49d05f
3 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,7 @@
#include <stdlib.h>
#include <assert.h>
#include "ancientzip.h"
namespace FileSys {

View file

@ -33,6 +33,7 @@
**
*/
#include <assert.h>
#include "resourcefile.h"
#include "fs_swap.h"

View file

@ -35,6 +35,8 @@
#include <string>
#include <memory>
#include <algorithm>
#include <assert.h>
#include "files_internal.h"
namespace FileSys {