Fixed include
This commit is contained in:
parent
30926d57ce
commit
cbc8977d9d
|
@ -7,6 +7,7 @@ To compile, you just need a C++-Compiler and CMake and some libraries:
|
|||
* libstdc++-dev
|
||||
* libcurlpp-dev
|
||||
* libjsoncpp-dev
|
||||
* libcurl4-openssl-dev (or similar)
|
||||
|
||||
and - of course - their dependencies.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <curlpp/cURLpp.hpp>
|
||||
#include <json/json.h>
|
||||
|
||||
#include <Telegram/Message.h>
|
||||
|
|
Loading…
Reference in New Issue