From 51846b5209d70bc65fee925184ac6d3115091119 Mon Sep 17 00:00:00 2001 From: wqking Date: Wed, 30 Mar 2022 15:02:57 +0800 Subject: [PATCH] Added missing #include to make headers self contained --- include/eventpp/utilities/conditionalfunctor.h | 2 ++ include/eventpp/utilities/scopedremover.h | 1 + 2 files changed, 3 insertions(+) diff --git a/include/eventpp/utilities/conditionalfunctor.h b/include/eventpp/utilities/conditionalfunctor.h index e90cc37..788b388 100644 --- a/include/eventpp/utilities/conditionalfunctor.h +++ b/include/eventpp/utilities/conditionalfunctor.h @@ -14,6 +14,8 @@ #ifndef CONDITIONALFUNCTOR_H_828958739581 #define CONDITIONALFUNCTOR_H_828958739581 +#include + namespace eventpp { template diff --git a/include/eventpp/utilities/scopedremover.h b/include/eventpp/utilities/scopedremover.h index 48d7252..ab2dadc 100644 --- a/include/eventpp/utilities/scopedremover.h +++ b/include/eventpp/utilities/scopedremover.h @@ -18,6 +18,7 @@ #include #include +#include namespace eventpp {