Add includes for std::setw (#26153)

This commit is contained in:
Joel Challis
2026-04-16 00:38:42 +01:00
committed by GitHub
parent 2ddd7c0667
commit 1daa191e09
4 changed files with 4 additions and 0 deletions
@@ -18,6 +18,7 @@
#include <cstdint>
#include <vector>
#include <algorithm>
#include <iomanip>
extern "C" {
#include "keycode_string.h"
+1
View File
@@ -18,6 +18,7 @@
#include <cstdint>
#include <vector>
#include <algorithm>
#include <iomanip>
using namespace testing;
+1
View File
@@ -15,6 +15,7 @@
*/
#include "test_driver.hpp"
#include <iomanip>
TestDriver* TestDriver::m_this = nullptr;
+1
View File
@@ -15,6 +15,7 @@
*/
#include "test_keymap_key.hpp"
#include <iomanip>
#include <cstdint>
#include <ios>
#include "matrix.h"