1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-26 15:52:40 +08:00

Added missing #include to make headers self contained

This commit is contained in:
wqking 2022-03-30 15:02:57 +08:00
parent ec619b9538
commit 51846b5209
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#ifndef CONDITIONALFUNCTOR_H_828958739581
#define CONDITIONALFUNCTOR_H_828958739581
#include <utility>
namespace eventpp {
template <typename Func, typename Condition>

View File

@ -18,6 +18,7 @@
#include <memory>
#include <vector>
#include <algorithm>
namespace eventpp {