fix forgotten code change after renaming

This commit is contained in:
jean-pierre charras 2018-01-30 08:13:33 +01:00
parent 8552f3fedf
commit 342197bb3e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#ifndef __PCBNEW_SCRIPTING_HELPERS_H
#define __PCBNEW_SCRIPTING_HELPERS_H
#include <wxPcbStruct.h>
#include <pcb_edit_frame.h>
#include <io_mgr.h>
/* we could be including all these methods as static in a class, but