mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix broken using declaration in vamp-plugins
This commit is contained in:
parent
5ef3d54acb
commit
77cea1181e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#define isnan(val) (bool)_isnan((double)val)
|
||||
#else
|
||||
using std::isnan;
|
||||
using std:isinf;
|
||||
using std::isinf;
|
||||
#endif
|
||||
|
||||
#include "SpectralCentroid.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue