mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
osx: fix c++11 build failure
* move from 'math.h' to 'cmath' header Error: smithdiagram.cpp:64:11: error: expected unqualified-id if(std::isfinite(*px))
This commit is contained in:
parent
2ed9ae0075
commit
1ed39d5387
@ -29,7 +29,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include "units.h"
|
||||
#include "transline.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
@ -28,7 +28,7 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
|
@ -25,7 +25,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
#if HAVE_IEEEFP_H
|
||||
# include <ieeefp.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user