#mingw #win32: include <float.h>

This commit is contained in:
Ivan Mahonin 2017-05-31 02:56:39 +07:00
parent db7f146cab
commit 32866c571f
2 changed files with 16 additions and 0 deletions

View file

@ -74,6 +74,14 @@
#include <QWaitCondition>
#include <QMessageBox>
#ifdef _WIN32
#ifndef x64
#include <float.h>
#endif
#endif
//==================================================================================
using namespace std;

View file

@ -82,6 +82,14 @@
#include <QLibraryInfo>
#include <QHash>
#ifdef _WIN32
#ifndef x64
#include <float.h>
#endif
#endif
using namespace DVGui;
#if defined LINETEST
const char *applicationName = "Toonz LineTest";