mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Add missing #include for std::clamp.
This commit is contained in:
parent
cd53e42d79
commit
8b38c567d2
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include "MouseJoystick.hpp"
|
#include "MouseJoystick.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
using namespace Amiga;
|
using namespace Amiga;
|
||||||
|
|
||||||
// MARK: - Mouse.
|
// MARK: - Mouse.
|
||||||
|
Loading…
Reference in New Issue
Block a user