diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-04-03 16:31:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 16:31:19 +0300 |
commit | c378b6fb97a30175e957c8ce0bd8ad7bf5bcbe7f (patch) | |
tree | 2f96cd0749b3f8e0bdbf330be099caeaf89ab5d5 | |
parent | a79166516734d965032b5e94b66f1aae9f493424 (diff) |
Add missing export.h.
-rw-r--r-- | include/tgbot/types/InputFile.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <memory> #include <string> |