more missing includes (#6398)

Here are more missing header files recently identified by building
without precompiled header support.
This commit is contained in:
Robert Schiele
2024-08-09 15:33:09 +02:00
committed by GitHub
parent ad8cec26af
commit 7bbffaa996
5 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include "Widgets/RadioBox.hpp"
#include "Widgets/TextInput.hpp"
#include <wx/listimpl.cpp>
#include <wx/display.h>
#include <map>
#ifdef __WINDOWS__