Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cpl/inc/xutility.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#define XUTILITY_H_
#include "xcore.h"

#include <functional>
#include <type_traits>

CPL_BEGIN

// The following effectively implements recursive lambdas.
Expand Down