From 9a0893d3c6c9560aa7d8623c2e9d1b3eb29b60a0 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 25 Apr 2018 22:20:54 +0300 Subject: [PATCH] Add missing header for modules.h Signed-off-by: Alexander Aksenov --- src/debug/netcoredbg/modules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug/netcoredbg/modules.h b/src/debug/netcoredbg/modules.h index 0df8563..eb7c2e9 100644 --- a/src/debug/netcoredbg/modules.h +++ b/src/debug/netcoredbg/modules.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include #include -- 2.7.4