forked from Kistler-Group/sdbus-cpp
fix: add missing algorithm header include (#380)
* https://gcc.gnu.org/gcc-14/porting_to.html Using gcc 14 uncovers a missing include in Message.h Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
#include <sys/types.h>
|
||||
#include <algorithm>
|
||||
|
||||
// Forward declarations
|
||||
namespace sdbus {
|
||||
|
Reference in New Issue
Block a user