[CI] fix build for include sstream (#13400)

This commit is contained in:
Seraphima Zykova 2021-09-23 20:09:24 +03:00 committed by GitHub
parent 2130cef3a9
commit 64ecb553e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
#include "pch.h"
#include "util.h"
#include <sstream>
#include "FancyZonesDataTypes.h"
// Non-Localizable strings

View file

@ -7,7 +7,6 @@
#include <common/utils/window.h>
#include <array>
#include <sstream>
#include <complex>
#include <wil/Resource.h>