From 5645e706addaa4dd53703e1f67a44c7264f942e3 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 6 May 2026 01:33:17 -0500 Subject: [PATCH] [ox/std] Add missing include --- src/std/include/ox/std/point.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/std/include/ox/std/point.hpp b/src/std/include/ox/std/point.hpp index 50fa57c4d..d6e60a1a8 100644 --- a/src/std/include/ox/std/point.hpp +++ b/src/std/include/ox/std/point.hpp @@ -8,6 +8,7 @@ #pragma once +#include #include namespace ox {