Add missing include (under some configurations)

This commit is contained in:
Marek Roszko 2020-10-15 07:34:38 -04:00
parent 5ac17288a9
commit bfd5da0159
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <confirm.h>
#include <kiface_i.h>
#include <pin_number.h>
#include <kicad_string.h>
#include <menus_helpers.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/wx_grid.h>