Fix build on wx 3.0

This commit is contained in:
Jon Evans 2021-06-06 20:21:21 -04:00
parent 3c6b98a0d5
commit 83080b67f5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#define _PCBNEW_PARSER_H_
#include <convert_to_biu.h> // IU_PER_MM
#include <core/wx_stl_compat.h>
#include <hashtables.h>
#include <layers_id_colors_and_visibility.h> // PCB_LAYER_ID
#include <pcb_lexer.h>