Skip to content

Commit

Permalink
CI test attempt 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Sep 15, 2023
1 parent 56c495f commit a6f76dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "vmaware.hpp"
#include <bits/stdc++.h> // I really can't care less about best practices for a small PoC tool
#include <string>
#include <iostream>
#include <vector>

using sv = std::string_view;

Expand Down

0 comments on commit a6f76dd

Please sign in to comment.