mirror of
https://github.com/wqking/eventpp.git
synced 2024-12-27 00:17:02 +08:00
Added missing #include to make headers self contained
This commit is contained in:
parent
ec619b9538
commit
51846b5209
@ -14,6 +14,8 @@
|
|||||||
#ifndef CONDITIONALFUNCTOR_H_828958739581
|
#ifndef CONDITIONALFUNCTOR_H_828958739581
|
||||||
#define CONDITIONALFUNCTOR_H_828958739581
|
#define CONDITIONALFUNCTOR_H_828958739581
|
||||||
|
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
namespace eventpp {
|
namespace eventpp {
|
||||||
|
|
||||||
template <typename Func, typename Condition>
|
template <typename Func, typename Condition>
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace eventpp {
|
namespace eventpp {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user