mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-17 18:27:56 -05:00
Fix more gcc compilation issues
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Zone/Stream/IZoneStream.h"
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
#include "Zone/Stream/IZoneStream.h"
|
||||
|
||||
class IZoneInputStream : public IZoneStream
|
||||
{
|
||||
|
@ -1,9 +1,11 @@
|
||||
#include "XBlockInputStream.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#include "Loading/Exception/BlockOverflowException.h"
|
||||
#include "Loading/Exception/InvalidOffsetBlockException.h"
|
||||
#include "Loading/Exception/InvalidOffsetBlockOffsetException.h"
|
||||
|
||||
#include <cassert>
|
||||
#include "Loading/Exception/OutOfBlockBoundsException.h"
|
||||
|
||||
XBlockInputStream::XBlockInputStream(std::vector<XBlock*>& blocks, ILoadingStream* stream, const int blockBitCount,
|
||||
|
Reference in New Issue
Block a user