Skip to content

Commit a3a7a0f

Browse files
committed
UtilsActions: import string
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent 08f3f97 commit a3a7a0f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

UtilsActions/MSIUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <iostream>
88
#include <fstream>
99
#include <sstream>
10+
#include <string>
1011
#include <exception>
1112

1213
using namespace std;

UtilsActions/MSIUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <string>
34
#include <vector>
45
#include <Ntstatus.h>
56
#include <LsaLookup.h>

UtilsActions/UtilsActions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <Ntsecapi.h>
99

10+
#include <string>
1011
#include <sstream>
1112
#include <algorithm>
1213

0 commit comments

Comments
 (0)