Skip to content

Commit c21aba8

Browse files
committed
reference_wrapper: Include <functional>.
1 parent b11cf2b commit c21aba8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sigc++/reference_wrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef _SIGC_REFERENCE_WRAPPER_H_
2020
#define _SIGC_REFERENCE_WRAPPER_H_
2121

22+
#include <functional> // For std::reference_wrapper.
23+
2224
namespace sigc {
2325

2426
#ifndef SIGCXX_DISABLE_DEPRECATED

0 commit comments

Comments
 (0)