fix missing include for windows
This commit is contained in:
parent
304a208220
commit
0b40ec0d44
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue