1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 22:41:32 +00:00

Add missing #include for std::clamp.

This commit is contained in:
Thomas Harte 2021-11-26 18:08:39 -05:00
parent cd53e42d79
commit 8b38c567d2

View File

@ -8,6 +8,8 @@
#include "MouseJoystick.hpp"
#include <algorithm>
using namespace Amiga;
// MARK: - Mouse.