From 37e816b1e93629ece56304bc3f160776b0bddc27 Mon Sep 17 00:00:00 2001 From: dmitry <dmitry.puzyrkov@demlabs.net> Date: Wed, 31 Jul 2024 14:42:36 +0700 Subject: [PATCH] ... --- CellframeNodeDiagtool/WinDiagnostic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CellframeNodeDiagtool/WinDiagnostic.h b/CellframeNodeDiagtool/WinDiagnostic.h index 74a0676..ba5376c 100644 --- a/CellframeNodeDiagtool/WinDiagnostic.h +++ b/CellframeNodeDiagtool/WinDiagnostic.h @@ -4,7 +4,7 @@ #include "AbstractDiagnostic.h" #include <windows.h> - +#include <tlhelp32.h> enum PLATFORM { WINNT1, WIN2K_XP1, WIN9X1, UNKNOWN1 }; -- GitLab