1
0
şunun yansıması https://github.com/luanti-org/luanti.git eşitlendi 2025-12-28 01:05:20 +01:00

Fix build on gcc 5.0 (#7586)

Bu işleme şunda yer alıyor:
zeuner
2018-07-26 21:49:38 +02:00
işlemeyi yapan: SmallJoker
ebeveyn 0d55879a1a
işleme d7d451c647
3 değiştirilmiş dosya ile 5 ekleme ve 0 silme

Dosyayı Görüntüle

@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "map.h"
#include "log.h"
#include "util/numeric.h"
#include <cmath>
#include <algorithm>

Dosyayı Görüntüle

@@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <iomanip>
#include <cerrno>
#include <algorithm>
#include <cmath>
#include "connection.h"
#include "serialization.h"
#include "log.h"

Dosyayı Görüntüle

@@ -27,6 +27,9 @@
*/
// clang-format off
#include <cstddef>
#ifdef WIN32
#include <windows.h>
#include <wincrypt.h>