From 2908aa3acb70a04a09ff11d1fffb7067018cd9a4 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Sun, 30 Aug 2020 17:35:18 +0200 Subject: [PATCH] FIX(code): Missing includes for ancestor.h --- overlay/ancestor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay/ancestor.h b/overlay/ancestor.h index a20eb8ed8..736143ba7 100644 --- a/overlay/ancestor.h +++ b/overlay/ancestor.h @@ -6,6 +6,9 @@ #ifndef MUMBLE_ANCESTOR_H_ #define MUMBLE_ANCESTOR_H_ +#include +#include + /// Return the absolute and relative exe names of this process's ancestors in /// |absAncestorExeNames| and |ancestorExeNames|. ///