Fix compile errors on MSVC

This commit is contained in:
Seth Hillbrand 2021-04-23 15:59:06 -07:00
parent e050d42658
commit c0bc6b1107
2 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,7 @@ const wxString KIWAY::dso_search_path( FACE_T aFaceId )
switch( aFaceId )
{
case FACE_PL_EDITOR: dirName = "pagelayout_editor"; break;
case FACE_PYTHON: dirName = "scripting"; break;
default: dirName = name + 1; break;
}

View File

@ -36,6 +36,7 @@
#include <eda_base_frame.h>
#include <gal/color4d.h>
#include <gestfich.h>
#include <trace_helpers.h>
#include <kicad_string.h>
#include <macros.h>