mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
Add includes for std::setw (#26153)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
extern "C" {
|
||||
#include "keycode_string.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
using namespace testing;
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "test_driver.hpp"
|
||||
#include <iomanip>
|
||||
|
||||
TestDriver* TestDriver::m_this = nullptr;
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "test_keymap_key.hpp"
|
||||
#include <iomanip>
|
||||
#include <cstdint>
|
||||
#include <ios>
|
||||
#include "matrix.h"
|
||||
|
||||
Reference in New Issue
Block a user