mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
[Bug Report Tool] Fix internal build (#11487)
This commit is contained in:
parent
3262d6deff
commit
36fb2a434f
@ -5,6 +5,7 @@
|
||||
#include <stdio.h>
|
||||
#include <winevt.h>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <common/utils/winapi_error.h>
|
||||
|
||||
#include "XmlDocumentEx.h"
|
||||
|
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
#include <winrt/Windows.Data.Xml.Dom.h>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
class XmlDocumentEx : public winrt::Windows::Data::Xml::Dom::XmlDocument
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user