add missing include for wxWidgets 3.1.4

This commit is contained in:
jean-pierre charras 2021-03-21 17:35:20 +01:00
parent e1840ccbd3
commit f0ed5fab39
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "altium_rule_transformer.h"
#include <iostream>
#include <wx/wxcrt.h> // for wxIsspace
const ALTIUM_RULE_TOKEN& ALTIUM_RULE_TOKENIZER::Next()
{