1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Fix build on GCC 11

This commit is contained in:
voidanix
2020-12-15 09:39:26 +01:00
parent a9965c5580
commit e4c2ccba9d

View File

@@ -24,6 +24,7 @@
#include <set>
#include <array>
#include <cassert>
#include <cstddef>
namespace xmrig {