7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 11:21:41 +00:00

Fix Linux build issue.

This commit is contained in:
Wayne Stambaugh 2021-12-24 08:51:51 -05:00
parent 68d2630d08
commit 4789440fe1

View File

@ -26,6 +26,7 @@
#include <wx/string.h>
#include <map>
#include <vector>
#define EESCHEMA_HOTKEY_NAME wxT( "Eeschema" )
#define PCBNEW_HOTKEY_NAME wxT( "PcbNew" )