Skip to content

Commit

Permalink
Merge pull request #245 from seqan/actions/iwyu
Browse files Browse the repository at this point in the history
[MISC] IWYU
  • Loading branch information
eseiler authored Nov 4, 2024
2 parents 2c1488a + d849012 commit d389e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/snippet/test/tmp_directory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
// SPDX-License-Identifier: CC0-1.0

#include <cassert> // for assert
#include <filesystem> // for remove
#include <fstream> // for char_traits, operator<<, basic_ostream, ofstream
#include <fstream> // for char_traits, basic_ofstream, basic_ostream, operator<<, ofstream

#include <hibf/test/sandboxed_path.hpp> // for operator/, sandboxed_path
#include <hibf/test/tmp_directory.hpp> // for tmp_directory
Expand Down

0 comments on commit d389e19

Please sign in to comment.