mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(command): add bc includes
This commit is contained in:
parent
381332e8b9
commit
160110674e
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
#include "storm/Error.hpp"
|
#include "storm/Error.hpp"
|
||||||
#include "storm/String.hpp"
|
#include "storm/String.hpp"
|
||||||
|
|
||||||
#include "bc/os/File.hpp"
|
#include <bc/os/File.hpp>
|
||||||
|
#include <bc/os/CommandLine.hpp>
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue