Update includes.h

Added missing "#include" line
This commit is contained in:
Meowmycks
2024-04-19 23:59:46 -04:00
committed by GitHub
parent e9f40058e0
commit 217392893c
+2 -1
View File
@@ -10,7 +10,8 @@
#include <winevt.h>
#include <sddl.h>
#include <processsnapshot.h>
#include <dbghelp.h>
#include <dbghelp.h>
#include <evntprov.h>
#include "enums.h"
#include "structs.h"