Skip to content
Snippets Groups Projects
Commit a18df20a authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing iomanip include (reported by clang)

parent 8554c2a0
No related branches found
No related tags found
1 merge request!199Integrate checkpointing
......@@ -13,8 +13,10 @@
#include <algebra/TinyMatrix.hpp>
#include <algebra/TinyVector.hpp>
#include <iomanip>
#include <iostream>
#include <regex>
#endif // PUGS_HAS_HDF5
#ifdef PUGS_HAS_HDF5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment