diff options
Diffstat (limited to 'src/TgException.cpp')
-rw-r--r-- | src/TgException.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TgException.cpp b/src/TgException.cpp index 03a942c..e61e09c 100644 --- a/src/TgException.cpp +++ b/src/TgException.cpp @@ -1,5 +1,7 @@ #include "tgbot/TgException.h" +#include <string> + namespace TgBot { TgBot::TgException::TgException(const std::string& description) : runtime_error(description) { |