From da9cbbce8f344cad6c98b0bc073dd8e5c6386099 Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 17 Oct 2022 13:09:17 +0000 Subject: [PATCH] add some memory --- apps/opencs/view/filter/filterbox.hpp | 1 + apps/opencs/view/filter/recordfilterbox.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/apps/opencs/view/filter/filterbox.hpp b/apps/opencs/view/filter/filterbox.hpp index 955a7bc47f..f9a71de434 100644 --- a/apps/opencs/view/filter/filterbox.hpp +++ b/apps/opencs/view/filter/filterbox.hpp @@ -1,6 +1,7 @@ #ifndef CSV_FILTER_FILTERBOX_H #define CSV_FILTER_FILTERBOX_H +#include #include #include diff --git a/apps/opencs/view/filter/recordfilterbox.hpp b/apps/opencs/view/filter/recordfilterbox.hpp index 4087acfb36..79940b7dcd 100644 --- a/apps/opencs/view/filter/recordfilterbox.hpp +++ b/apps/opencs/view/filter/recordfilterbox.hpp @@ -1,6 +1,8 @@ #ifndef CSV_FILTER_RECORDFILTERBOX_H #define CSV_FILTER_RECORDFILTERBOX_H +#include + #include namespace CSMFilter