mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
[KBM] fix build error C2079 (#10959)
* [KBM] fix build error C2079 * [KBM] one more <sstream> fix
This commit is contained in:
parent
aa51f81bb8
commit
0aee35df0c
@ -1,6 +1,7 @@
|
||||
#include <Windows.h>
|
||||
#include <DbgHelp.h>
|
||||
#include <signal.h>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include "../logger/logger.h"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "pch.h"
|
||||
#include "Helpers.h"
|
||||
#include <sstream>
|
||||
|
||||
#include <common/interop/shared_constants.h>
|
||||
#include <common/utils/process_path.h>
|
||||
|
Loading…
Reference in New Issue
Block a user