fix(command): add bc includes

This commit is contained in:
phaneron 2023-08-14 22:12:19 -04:00
parent 381332e8b9
commit 160110674e

View file

@ -2,7 +2,8 @@
#include "storm/Error.hpp"
#include "storm/String.hpp"
#include "bc/os/File.hpp"
#include <bc/os/File.hpp>
#include <bc/os/CommandLine.hpp>
#include <cstring>
#include <algorithm>