Skip to content

Commit

Permalink
fix: added missing <algorithm> for gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed May 30, 2024
1 parent bc6afda commit c6db2d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/uinput/trackpad.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "inputtino/input.hpp"
#include <algorithm>
#include <cmath>
#include <cstring>
#include <inputtino/protected_types.hpp>
Expand Down Expand Up @@ -188,4 +189,4 @@ void Trackpad::set_left_btn(bool pressed) {
}
}

} // namespace inputtino
} // namespace inputtino

0 comments on commit c6db2d9

Please sign in to comment.