FIX(code): Missing includes for ancestor.h

This commit is contained in:
Robert Adam 2020-08-30 17:35:18 +02:00 committed by Robert
parent 7f98e68159
commit 2908aa3acb

View File

@ -6,6 +6,9 @@
#ifndef MUMBLE_ANCESTOR_H_
#define MUMBLE_ANCESTOR_H_
#include <vector>
#include <string>
/// Return the absolute and relative exe names of this process's ancestors in
/// |absAncestorExeNames| and |ancestorExeNames|.
///