mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +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 <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
class Vec4f
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue