We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f3f97 commit a3a7a0fCopy full SHA for a3a7a0f
3 files changed
UtilsActions/MSIUtils.cpp
@@ -7,6 +7,7 @@
7
#include <iostream>
8
#include <fstream>
9
#include <sstream>
10
+#include <string>
11
#include <exception>
12
13
using namespace std;
UtilsActions/MSIUtils.h
@@ -1,5 +1,6 @@
1
#pragma once
2
3
4
#include <vector>
5
#include <Ntstatus.h>
6
#include <LsaLookup.h>
UtilsActions/UtilsActions.cpp
#include <Ntsecapi.h>
#include <algorithm>
0 commit comments