From 160110674eb1d087e670da886c39963106b417e5 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 14 Aug 2023 22:12:19 -0400 Subject: [PATCH] fix(command): add bc includes --- storm/Command.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storm/Command.cpp b/storm/Command.cpp index 40740c4..ad5c50f 100644 --- a/storm/Command.cpp +++ b/storm/Command.cpp @@ -2,7 +2,8 @@ #include "storm/Error.hpp" #include "storm/String.hpp" -#include "bc/os/File.hpp" +#include +#include #include #include