From 813fd8ee0aaa6a22bb5f470ec5a09ecd856e491a Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 5 Oct 2021 17:30:22 +0200 Subject: [PATCH] try to fix a compil issue on Linux that does not happen on my computer, round 2. --- pcb_calculator/eserie.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pcb_calculator/eserie.cpp b/pcb_calculator/eserie.cpp index 05c1adfe62..2af71b7967 100644 --- a/pcb_calculator/eserie.cpp +++ b/pcb_calculator/eserie.cpp @@ -20,11 +20,10 @@ */ #include +#include + #include "panel_eserie.h" - -extern double DoubleFromString( const wxString& TextValue ); - /* If BENCHMARK is defined, any 4R E12 calculations will print its execution time to console * My Hasswell Enthusiast reports 225 mSec what are reproducible within plusminus 2 percent */ @@ -36,6 +35,8 @@ extern double DoubleFromString( const wxString& TextValue ); #include "eserie.h" +extern double DoubleFromString( const wxString& TextValue ); + E_SERIE r;