fix missing include for windows

This commit is contained in:
Andrei Alexeyev 2017-10-09 00:26:27 +03:00
parent 304a208220
commit 0b40ec0d44
2 changed files with 2 additions and 2 deletions

View file

@ -6,8 +6,6 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include <float.h>
#include "player.h"
#include "global.h"
#include "stage.h"

View file

@ -6,6 +6,8 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include <float.h>
#include "global.h"
#include "plrmodes.h"
#include "youmu.h"