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|. ///