Skip to content

Commit be1f29a

Browse files
committed
add functional header
1 parent f5b39d4 commit be1f29a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

orbisFSTool/OrbisFSInodeDirectory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#include <libgeneral/macros.h>
1414

15+
#include <functional>
16+
1517
#include <sys/stat.h>
1618

1719
using namespace orbisFSTool;

orbisFSTool/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <libgeneral/macros.h>
1212
#include <libgeneral/Utils.hpp>
1313

14+
#include <functional>
15+
1416
#include <sys/stat.h>
1517

1618
#include <getopt.h>

0 commit comments

Comments
 (0)