From 737b37e142e2aea4a21076b8e364a96fdf394671 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 8 Jan 2025 16:23:47 -0700 Subject: [PATCH] Fix --- LEGO1/realtime/vector4d.inl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/realtime/vector4d.inl.h b/LEGO1/realtime/vector4d.inl.h index a94e8f09..7bfce62d 100644 --- a/LEGO1/realtime/vector4d.inl.h +++ b/LEGO1/realtime/vector4d.inl.h @@ -3,6 +3,9 @@ #include "vector.h" +#include +#include + // FUNCTION: LEGO1 0x10002870 void Vector4::AddImpl(const float* p_value) {