Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-08-30 18:35:18 +0300
committerRobert <krzmbrzl@gmail.com>2020-09-11 19:28:38 +0300
commit2908aa3acb70a04a09ff11d1fffb7067018cd9a4 (patch)
tree239e180e0ac034403ef9390873bf236cd7d460e6 /overlay
parent7f98e68159ca8ed5e98ed167e410f500ac73c669 (diff)
FIX(code): Missing includes for ancestor.h
Diffstat (limited to 'overlay')
-rw-r--r--overlay/ancestor.h3
1 files changed, 3 insertions, 0 deletions
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 <vector>
+#include <string>
+
/// Return the absolute and relative exe names of this process's ancestors in
/// |absAncestorExeNames| and |ancestorExeNames|.
///