Merge pull request #306 from quanterium/isnan_error

Add missing include cmath in port.cpp
This commit is contained in:
Srivats P 2020-05-15 17:56:36 +05:30 committed by GitHub
commit 6f7cbae2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include <QVariant>
#include <google/protobuf/descriptor.h>
#include <vector>
#include <cmath>
extern QMainWindow *mainWindow;