about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/games/pokefinder/cstddef.patch
blob: c74340b0d6dfa808d9e1056fcd1f72f29e4dc993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Source/Core/Util/EncounterSlot.cpp b/Source/Core/Util/EncounterSlot.cpp
index adddbdab..71c98e83 100644
--- a/Source/Core/Util/EncounterSlot.cpp
+++ b/Source/Core/Util/EncounterSlot.cpp
@@ -20,6 +20,7 @@
 #include "EncounterSlot.hpp"
 #include <Core/Enum/Encounter.hpp>
 #include <array>
+#include <cstddef>
 
 namespace
 {