From 83b83e30ec4da5eb92399b2a79e5c5d58a1413be Mon Sep 17 00:00:00 2001 From: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Thu, 15 May 2025 15:24:11 -0400 Subject: [PATCH] Missing header (number 2) --- examples/component/window.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/component/window.cpp b/examples/component/window.cpp index 3d7ba950..25439967 100644 --- a/examples/component/window.cpp +++ b/examples/component/window.cpp @@ -1,6 +1,10 @@ // Copyright 2023 Arthur Sonzogni. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. +#include +#include +#include + #ifndef FTXUI_BUILD_MODULES #include #include