Fixed build on Gentoo.

This commit is contained in:
Kirill Kirilenko 2016-11-25 18:52:27 +03:00
parent 7599c99113
commit b80facba72
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <iostream>
using namespace telebotxx;
class SendMessageRequest::Impl

View file

@ -7,6 +7,8 @@
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <iostream>
using namespace telebotxx;
class SendPhotoRequest::Impl