mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Add missing algorithm
header
This commit is contained in:
parent
0b60cf6901
commit
19a77c2a85
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "renderer.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Renderer::Renderer(GPU& gpu, const std::array<u32, regNum>& internalRegs) : gpu(gpu), regs(internalRegs) {}
|
||||
Renderer::~Renderer() {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue