gatemate: adding missing iomanip header for std::setprecision

This commit is contained in:
Sylvain Lefebvre 2026-04-09 09:33:11 +02:00
parent 5d46a5eeea
commit 1e75173aeb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <boost/algorithm/string.hpp>
#include <iomanip>
#include "pack.h"