Missing header

This commit is contained in:
Toyosatomimi no Miko 2025-05-15 15:19:03 -04:00
parent cdf8144bf1
commit bc45cd6ad5

View File

@ -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 <cstdlib>
#include <functional>
#include <string>
#ifndef FTXUI_BUILD_MODULES
#include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp>