diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-08-12 13:43:02 +0300 |
---|---|---|
committer | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-08-12 13:43:02 +0300 |
commit | e3490d65bb824a9b4ee0fdc0872753fa295b1087 (patch) | |
tree | 0f61ecf6dd0e592c2390a8a93e3794dade2360f8 /samples/echobot/src | |
parent | 7b3fa406eb228a00ef9f053bd2177d53b61b1d3d (diff) |
Fix some compiler errors with global header file
Diffstat (limited to 'samples/echobot/src')
-rw-r--r-- | samples/echobot/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/echobot/src/main.cpp b/samples/echobot/src/main.cpp index 61f4019..f4a1a31 100644 --- a/samples/echobot/src/main.cpp +++ b/samples/echobot/src/main.cpp @@ -24,8 +24,7 @@ #include <stdio.h> #include <exception> -#include <tgbot/Bot.h> -#include <tgbot/net/TgLongPoll.h> +#include <tgbot/tgbot.h> using namespace std; using namespace TgBot; |