From 342197bb3e421bc918ef756c6fe95bbb812f901b Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 30 Jan 2018 08:13:33 +0100 Subject: [PATCH] fix forgotten code change after renaming --- pcbnew/swig/pcbnew_scripting_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/swig/pcbnew_scripting_helpers.h b/pcbnew/swig/pcbnew_scripting_helpers.h index f200f4e6c6..e0a0ae9a0f 100644 --- a/pcbnew/swig/pcbnew_scripting_helpers.h +++ b/pcbnew/swig/pcbnew_scripting_helpers.h @@ -25,7 +25,7 @@ #ifndef __PCBNEW_SCRIPTING_HELPERS_H #define __PCBNEW_SCRIPTING_HELPERS_H -#include +#include #include /* we could be including all these methods as static in a class, but