mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Fixed build on Gentoo.
This commit is contained in:
parent
7599c99113
commit
b80facba72
2 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/writer.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace telebotxx;
|
||||
|
||||
class SendMessageRequest::Impl
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/writer.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace telebotxx;
|
||||
|
||||
class SendPhotoRequest::Impl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue