FIX: Fix missing wxGridSizer declaration

/run/build/BambuStudio/src/slic3r/GUI/DragDropPanel.hpp:36:5: error: ‘wxGridSizer’ does not name a type; did you mean ‘wxSizer’?
   36 |     wxGridSizer *m_grid_item_sizer;
      |     ^~~~~~~~~~~
      |     wxSizer
This commit is contained in:
Bastien Nocera 2025-03-25 18:27:58 +01:00 committed by Lane.Wei
parent eaec4c997e
commit 06a146e20c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <wx/simplebook.h>
#include <wx/dialog.h>
#include <wx/sizer.h>
#include <wx/timer.h>
#include <vector>