diff options
Diffstat (limited to 'test/buildtool/logging/log_sink_file.test.cpp')
-rw-r--r-- | test/buildtool/logging/log_sink_file.test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/buildtool/logging/log_sink_file.test.cpp b/test/buildtool/logging/log_sink_file.test.cpp index bede3f01..069480be 100644 --- a/test/buildtool/logging/log_sink_file.test.cpp +++ b/test/buildtool/logging/log_sink_file.test.cpp @@ -12,9 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <filesystem> #include <fstream> #include <iostream> +#include <string> #include <thread> +#include <vector> #include "catch2/catch_test_macros.hpp" #include "catch2/generators/catch_generators_all.hpp" |