From c378b6fb97a30175e957c8ce0bd8ad7bf5bcbe7f Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 3 Apr 2020 16:31:19 +0300 Subject: Add missing export.h. --- include/tgbot/types/InputFile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tgbot/types/InputFile.h b/include/tgbot/types/InputFile.h index 9f75216..0467d87 100644 --- a/include/tgbot/types/InputFile.h +++ b/include/tgbot/types/InputFile.h @@ -1,6 +1,8 @@ #ifndef TGBOT_CPP_INPUTFILE_H #define TGBOT_CPP_INPUTFILE_H +#include "tgbot/export.h" + #include #include -- cgit v1.2.3