From ad5c7808fd501cdbe96e5240a5b7369f941b80e5 Mon Sep 17 00:00:00 2001 From: computezrmle <57127745+computezrmle@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:50:28 +0100 Subject: [PATCH] Fix compile errors caused by missing header file --- samples/vboxwrapper/vboxlogging.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/vboxwrapper/vboxlogging.cpp b/samples/vboxwrapper/vboxlogging.cpp index 06b359398a..91e4dd2bf1 100644 --- a/samples/vboxwrapper/vboxlogging.cpp +++ b/samples/vboxwrapper/vboxlogging.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #endif