Skip to content

Commit

Permalink
Add algorithm include for newer stl compat
Browse files Browse the repository at this point in the history
  • Loading branch information
timower committed May 25, 2024
1 parent f7872e4 commit 645456b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/rMlib/include/UI/RenderObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <UI/TypeID.h>
#include <UI/Util.h>

#include <algorithm>

namespace rmlib {

class AppContext;
Expand Down
1 change: 1 addition & 0 deletions libs/rm2fb/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <unistdpp/socket.h>
#include <unistdpp/unistdpp.h>

#include <algorithm>
#include <atomic>
#include <csignal>
#include <cstring>
Expand Down

0 comments on commit 645456b

Please sign in to comment.