add missing include for wxWidgets 3.1.4
This commit is contained in:
parent
e1840ccbd3
commit
f0ed5fab39
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue