mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Eeschema: fix missing include
This commit is contained in:
parent
2bf2e30af6
commit
1832aba14e
@ -23,9 +23,12 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "symbol_tree_synchronizing_adapter.h"
|
||||
|
||||
#include <wx/settings.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <project/project_file.h>
|
||||
#include <symbol_tree_synchronizing_adapter.h>
|
||||
#include <lib_symbol_library_manager.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <tools/symbol_editor_control.h>
|
||||
@ -428,4 +431,4 @@ void SYMBOL_TREE_SYNCHRONIZING_ADAPTER::ShutdownPreview( wxWindow* aParent )
|
||||
preview->GetCanvas()->SetEvtHandlerEnabled( false );
|
||||
preview->GetCanvas()->StopDrawing();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user