From a6f76dd4a4416602fe07ff3e0a051f4e6279d511 Mon Sep 17 00:00:00 2001 From: Existential-Kernel Date: Fri, 15 Sep 2023 17:12:14 +0100 Subject: [PATCH] CI test attempt 10 --- src/cli.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cli.cpp b/src/cli.cpp index 85e462e..bc7a6c2 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -1,5 +1,7 @@ #include "vmaware.hpp" -#include // I really can't care less about best practices for a small PoC tool +#include +#include +#include using sv = std::string_view;