From 359cc2275a58c4545e159e9d07a9e9d1ce4493e6 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Wed, 5 Feb 2020 21:47:25 -0600 Subject: [PATCH] include the windows header rather than winnt --- plugins/devel/check-structures-sanity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/devel/check-structures-sanity.cpp b/plugins/devel/check-structures-sanity.cpp index eaeb97e66..0dd565609 100644 --- a/plugins/devel/check-structures-sanity.cpp +++ b/plugins/devel/check-structures-sanity.cpp @@ -9,7 +9,7 @@ #define WINVER 0x0501 #define WIN32_LEAN_AND_MEAN -#include +#include #endif #include