Skip to content

Commit 28498af

Browse files
test: added y_combinator test (#130)
1 parent e1be053 commit 28498af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpl/inc/xutility.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#define XUTILITY_H_
99
#include "xcore.h"
1010

11+
#include <functional>
12+
#include <type_traits>
13+
1114
CPL_BEGIN
1215

1316
// The following effectively implements recursive lambdas.

0 commit comments

Comments
 (0)