Add missing includes for gcc

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/695
This commit is contained in:
ArthurSonzogni
2023-07-15 16:37:50 +02:00
parent e19550ae69
commit 43240a5fd4
10 changed files with 24 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ Component DummyWindowContent() {
}
int main() {
int window_1_left = 20;
int window_1_top = 10;
int window_1_width = 40;
@@ -84,3 +83,7 @@ int main() {
return EXIT_SUCCESS;
}
// 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.