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
1 changed files with 1 additions and 0 deletions

View File

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