Skip to content

Commit 5a56acc

Browse files
committed
should have been algorithm
1 parent 7663ef2 commit 5a56acc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orbisFSTool/OrbisFSInodeDirectory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include <libgeneral/macros.h>
1414

15-
#include <functional>
15+
#include <algorithm>
1616

1717
#include <sys/stat.h>
1818

orbisFSTool/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <libgeneral/macros.h>
1212
#include <libgeneral/Utils.hpp>
1313

14-
#include <functional>
14+
#include <algorithm>
1515

1616
#include <sys/stat.h>
1717

0 commit comments

Comments
 (0)