Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit c67d8e5

Browse files
committed
Including <functional>
1 parent a9f94df commit c67d8e5

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

include/cppgit2/diff.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <string>
1212
#include <utility>
1313
#include <vector>
14+
#include <functional>
1415

1516
namespace cppgit2 {
1617

include/cppgit2/indexer.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <cppgit2/oid.hpp>
55
#include <cppgit2/ownership.hpp>
66
#include <git2.h>
7+
#include <functional>
78

89
namespace cppgit2 {
910

include/cppgit2/odb.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <tuple>
1010
#include <utility>
1111
#include <vector>
12+
#include <functional>
1213

1314
namespace cppgit2 {
1415

include/cppgit2/patch.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <git2.h>
77
#include <string>
88
#include <tuple>
9+
#include <functional>
910

1011
namespace cppgit2 {
1112

include/cppgit2/repository.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <git2.h>
4141
#include <string>
4242
#include <utility>
43+
#include <functional>
4344

4445
namespace cppgit2 {
4546

include/cppgit2/revwalk.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <cppgit2/oid.hpp>
55
#include <cppgit2/ownership.hpp>
66
#include <git2.h>
7+
#include <functional>
78

89
namespace cppgit2 {
910

include/cppgit2/tree_builder.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <functional>
99
#include <git2.h>
1010
#include <string>
11+
#include <functional>
1112

1213
namespace cppgit2 {
1314

0 commit comments

Comments
 (0)