Added missing #include to fix build with GCC/Clang

This commit is contained in:
alexey.lysiuk 2016-11-12 18:09:05 +02:00
parent f284a24ed9
commit b16e6725d7

View file

@ -24,6 +24,7 @@
#include "r_triangle.h"
#include <algorithm>
#include <cmath>
class Vec4f
{