1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Fixing compiling issue

cmath needs to be included explicitly, at least in gcc.
This commit is contained in:
matto 2017-01-30 22:56:34 -05:00
parent e5089bcf7d
commit 2b4b82a7d2

View File

@ -1,5 +1,6 @@
#include <algorithm>
#include <assert.h>
#include <cmath>
#include "Platform.h"
#include "Graphics/Context.h"
#include "Graphics/Parameters.h"