diff --git a/src/ebsynth.cpp b/src/ebsynth.cpp index 629da3f..cc131a7 100644 --- a/src/ebsynth.cpp +++ b/src/ebsynth.cpp @@ -467,10 +467,10 @@ int main(int argc,char** argv) } std::vector styleWeights(numStyleChannelsTotal); - if (isnan(styleWeight)) { styleWeight = 1.0f; } + if (std::isnan(styleWeight)) { styleWeight = 1.0f; } for(int i=0;i guideWeights(numGuideChannelsTotal); {