From 260765b17ae0621a9ae754d7225d27576738f0a9 Mon Sep 17 00:00:00 2001 From: "alexey.musinov" Date: Tue, 12 Jan 2021 20:46:31 +0300 Subject: [PATCH] for build --- DesktopEditor/fontengine/FontsAssistant.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DesktopEditor/fontengine/FontsAssistant.h b/DesktopEditor/fontengine/FontsAssistant.h index efea41b600..16a0ea5163 100644 --- a/DesktopEditor/fontengine/FontsAssistant.h +++ b/DesktopEditor/fontengine/FontsAssistant.h @@ -38,9 +38,11 @@ #include "../../../core/DesktopEditor/graphics/pro/Fonts.h" +#include "../../Common/kernel_config.h" + namespace ASC { - class CFontsAssistant + class KERNEL_DECL CFontsAssistant { public: CFontsAssistant(const std::vector& arFontsPaths, const std::wstring& sDataFontsPath);