mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
compile fixes
This commit is contained in:
parent
1a766843b5
commit
cd1a551e4b
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <string>
|
|
||||||
#include "Supermodel.h"
|
#include "Supermodel.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#define INCLUDED_BLOCKFILE_H
|
#define INCLUDED_BLOCKFILE_H
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CBlockFile:
|
* CBlockFile:
|
||||||
|
|
Loading…
Reference in a new issue