From 36e4b318f0a4368c7995e6b31f75b4aa663e6832 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 25 Oct 2020 14:31:55 -0400 Subject: [PATCH] Add missing includes for gcc --- include/property.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/property.h b/include/property.h index df24e5e01f..667f690089 100644 --- a/include/property.h +++ b/include/property.h @@ -25,6 +25,8 @@ #include #include #include +#include // required for propgrid +#include // required for propgrid #include #include