Skip to content

Commit

Permalink
Merge pull request #4 from Hazer/fix/gcc14algo
Browse files Browse the repository at this point in the history
fix: added last missing <algorithm>  for gcc-14
  • Loading branch information
ABeltramo authored May 31, 2024
2 parents c6db2d9 + d48c549 commit 597bba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/uinput/pentablet.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
1 change: 1 addition & 0 deletions src/uinput/touchscreen.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

0 comments on commit 597bba7

Please sign in to comment.