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;