mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 23:33:02 +05:00
SilentPatch: Add missing cmath header include
It's required for the modf() function (and it isn't implicitly included on MinGW GCC)
This commit is contained in:
parent
8ed97f0e7f
commit
0d1694aeee
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef __TIMER
|
||||
#define __TIMER
|
||||
|
||||
#include <cmath>
|
||||
|
||||
class CTimer
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue