Skip to content

Commit

Permalink
[IO.Mesh] Fix missing iomanip header in tests (sofa-framework#5279)
Browse files Browse the repository at this point in the history
Fix missing header
  • Loading branch information
olivier-roussel authored Feb 20, 2025
1 parent 5307e85 commit 700b6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sofa/Component/IO/Mesh/tests/MeshExporter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* *
* Contact information: [email protected] *
******************************************************************************/
#include <iomanip>

#include <vector>
using std::vector;

Expand Down

0 comments on commit 700b6cd

Please sign in to comment.