try to fix a compil issue on Linux that does not happen on my computer, round 2.

This commit is contained in:
jean-pierre charras 2021-10-05 17:30:22 +02:00
parent a04ae6f13e
commit 813fd8ee0a
1 changed files with 4 additions and 3 deletions

View File

@ -20,11 +20,10 @@
*/ */
#include <array> #include <array>
#include <algorithm>
#include "panel_eserie.h" #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 /* 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 * 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" #include "eserie.h"
extern double DoubleFromString( const wxString& TextValue );
E_SERIE r; E_SERIE r;