mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
FIX(code): Missing includes for ancestor.h
This commit is contained in:
parent
7f98e68159
commit
2908aa3acb
@ -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|.
|
||||
///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user