mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Fix build on gcc 5.0 (#7586)
This commit is contained in:
parent
0d55879a1a
commit
d7d451c647
@ -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>
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
@ -27,6 +27,9 @@
|
||||
*/
|
||||
|
||||
// clang-format off
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
|
Loading…
Reference in New Issue
Block a user