From 7a3971052a9e13a2461ff41d8eeb5b3142505e15 Mon Sep 17 00:00:00 2001 From: heck Date: Sat, 26 Jun 2021 20:05:59 +0200 Subject: [PATCH] Includes for linux build. Some windows compat ensured --- src/PityUnit.hh | 2 +- src/PityUnit.hxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PityUnit.hh b/src/PityUnit.hh index 50d880d..7877a7b 100644 --- a/src/PityUnit.hh +++ b/src/PityUnit.hh @@ -8,11 +8,11 @@ #include "../../../src/std_utils.hh" #include "fs_mutex.hh" #include "PityTransport.hh" -//#include "PityPerspective.hh" #include #include #include #include +#include // Yes, the mem mgmt is purely static on purpose (so far) diff --git a/src/PityUnit.hxx b/src/PityUnit.hxx index 4d9dfd3..2c51375 100644 --- a/src/PityUnit.hxx +++ b/src/PityUnit.hxx @@ -15,6 +15,7 @@ #include #include #include +#include namespace pEp {