fix macos build
This commit is contained in:
parent
a7d6c96a5c
commit
71360a6416
@ -3,6 +3,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
ImageData::ImageData(ImageFormat format, uint width, uint height)
|
ImageData::ImageData(ImageFormat format, uint width, uint height)
|
||||||
: format(format), width(width), height(height) {
|
: format(format), width(width), height(height) {
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
#include "ChunksStorage.hpp"
|
#include "ChunksStorage.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "content/Content.hpp"
|
#include "content/Content.hpp"
|
||||||
#include "debug/Logger.hpp"
|
#include "debug/Logger.hpp"
|
||||||
#include "files/WorldFiles.hpp"
|
#include "files/WorldFiles.hpp"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user