mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Add missing algorithm include to some files
Fix missing std::clamp
This commit is contained in:
parent
d685c1eb47
commit
8ae80a58b9
2 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#include "twodee_renderer.hpp"
|
#include "twodee_renderer.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|
||||||
#include <stb_rect_pack.h>
|
#include <stb_rect_pack.h>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
/// not the architecture of the frame buffer.
|
/// not the architecture of the frame buffer.
|
||||||
/// The frame buffer is a linear one, and we need only the base address.
|
/// The frame buffer is a linear one, and we need only the base address.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "doomdef.h"
|
#include "doomdef.h"
|
||||||
#include "doomstat.h"
|
#include "doomstat.h"
|
||||||
#include "r_local.h"
|
#include "r_local.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue