Skip to content

Commit 3faad81

Browse files
HurricanePootiscraftablescience
authored andcommitted
fix(fgdpp): add #include <algorithm> to fix missing find_if on linux
1 parent a04d3ea commit 3faad81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/fgdpp/fgdpp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <charconv>
44
#include <filesystem>
5+
#include <algorithm>
56

67
#include <BufferStream.h>
78

0 commit comments

Comments
 (0)