aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PanicGoal.h
diff options
context:
space:
mode:
authorModMaker101 <119018978+ModMaker101@users.noreply.github.com>2026-03-05 02:23:56 -0500
committerGitHub <noreply@github.com>2026-03-05 14:23:56 +0700
commit91e50aa346c975d1f177b7ec2201c4e01839d75d (patch)
treed7e6367579cc12591215cc791059d2a8b4bf1d83 /Minecraft.World/PanicGoal.h
parent981c87732c3b075e74b6fafee0f2572bb98c5572 (diff)
Fix animals stuck in panic state #514 (#519)
Diffstat (limited to 'Minecraft.World/PanicGoal.h')
-rw-r--r--Minecraft.World/PanicGoal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/PanicGoal.h b/Minecraft.World/PanicGoal.h
index 2db64a75..65a4e6d8 100644
--- a/Minecraft.World/PanicGoal.h
+++ b/Minecraft.World/PanicGoal.h
@@ -1,6 +1,7 @@
#pragma once
#include "Goal.h"
+#include <random>
class PathfinderMob;