2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Added missing include in common_funcs.h

This commit is contained in:
Yuri Kunde Schlesner 2014-12-11 20:04:08 -02:00
parent 8a681cdf3d
commit eda30c36ee

View file

@ -5,6 +5,7 @@
#pragma once
#include "common_types.h"
#include <cstdlib>
#ifdef _WIN32
#define SLEEP(x) Sleep(x)