From 33af535ca339cf51f063104b7f1db7f0ea00f73f Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 29 Dec 2024 16:48:33 -0500 Subject: [PATCH] Fix formatting in input.h and include variant header --- src/app/gui/input.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/gui/input.h b/src/app/gui/input.h index 6cccbe6b..84482ade 100644 --- a/src/app/gui/input.h +++ b/src/app/gui/input.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include "absl/strings/string_view.h" @@ -71,7 +72,7 @@ void AddTableColumn(Table &table, const std::string &label, GuiElement element); void DrawTable(Table ¶ms); -} // namespace gui -} // namespace yaze +} // namespace gui +} // namespace yaze #endif