[Bug Report Tool] Fix internal build (#11487)

This commit is contained in:
Mykhailo Pylyp 2021-05-27 11:53:58 +03:00 committed by GitHub
parent 3262d6deff
commit 36fb2a434f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
#include <stdio.h>
#include <winevt.h>
#include <fstream>
#include <string>
#include <common/utils/winapi_error.h>
#include "XmlDocumentEx.h"

View file

@ -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
{