mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
Added missing #include to fix build with GCC/Clang
This commit is contained in:
parent
f284a24ed9
commit
b16e6725d7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#include "r_triangle.h"
|
#include "r_triangle.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
class Vec4f
|
class Vec4f
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue