gna_plugin: include cmath library to avoid call of overloaded ‘abs(float)’ is ambiguous error (#3622)

This commit is contained in:
Junya Hayashi 2020-12-17 00:48:38 +09:00 committed by GitHub
parent f511f77894
commit c80e3c3a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//
#include <cmath>
#include <gna/gna_config.hpp>
#include "gna_plugin.hpp"
#include "gna_plugin_config.hpp"