Qt: Fix Windows build

This commit is contained in:
Jeffrey Pfau 2015-05-15 22:12:29 -07:00
parent 356d8ea2ce
commit 178b2f85ee
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ extern "C" {
using namespace QGBA;
#ifdef __WIN32
// This is a macro everywhere except MinGW, it seems
using std::isnan;
#endif
Window::Window(ConfigController* config, int playerId, QWidget* parent)
: QMainWindow(parent)
, m_logView(new LogView())