[gtest-assistant-stock-transaction] add cpp header for std::setw

because gcc 11.3.0 is starting to complain.
This commit is contained in:
Christopher Lam
2023-09-29 21:27:10 +08:00
parent 6c0c49fd9a
commit efb6f6d37f

View File

@@ -24,6 +24,7 @@
#include "config.h"
#include <glib.h>
#include "../assistant-stock-transaction.cpp"
#include <iomanip>
#include <memory>
#include <Account.h>
#include <Split.h>