From d5bd7fb7fcda4d27cafc88d075a032f4e6fe0d89 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Mon, 3 Jan 2022 19:17:18 -0800 Subject: [PATCH] fix missing headers on linux --- src/License.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/License.hh b/src/License.hh index d6514d66..326f1aa3 100644 --- a/src/License.hh +++ b/src/License.hh @@ -2,6 +2,8 @@ #include #include +#include +#include enum Privilege { KickUser = 0x00000001,