gatemate: adding missing iomanip header for std::setprecision (#1695)

This commit is contained in:
sylefeb 2026-04-09 10:22:18 +02:00 committed by GitHub
parent 5d46a5eeea
commit f688fc080c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"