mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
Added missing include in common_funcs.h
This commit is contained in:
parent
8a681cdf3d
commit
eda30c36ee
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "common_types.h"
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define SLEEP(x) Sleep(x)
|
||||
|
Loading…
Reference in New Issue
Block a user