Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
max-krasnyansky committed May 8, 2024
1 parent adc0d7a commit ba10b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iostream>

namespace fs = std::filesystem;
#include <filesystem>
#include <span>

bool test()
{
Expand Down

0 comments on commit ba10b44

Please sign in to comment.