Attempt to fix non-Clang builds.

(cherry picked from commit 25ad1f051ea2f61cbddc5993fdcbbed6f31a2679)
This commit is contained in:
Jeff Young 2025-08-02 22:56:24 +01:00
parent 09cbdd8db7
commit e27424d1b4
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include "widgets/search_pane.h" #include "widgets/search_pane.h"
#include <memory>
#include <tool/action_menu.h> #include <tool/action_menu.h>
#include <settings/app_settings.h> #include <settings/app_settings.h>
#include <eda_draw_frame.h> #include <eda_draw_frame.h>

View File

@ -21,6 +21,7 @@
#define SEARCH_PANE_TAB_H #define SEARCH_PANE_TAB_H
#include <vector> #include <vector>
#include <memory>
#include <wx/listctrl.h> #include <wx/listctrl.h>
#include <wx/sizer.h> #include <wx/sizer.h>
#include <wx/panel.h> #include <wx/panel.h>