Fixed include

This commit is contained in:
Hauke Zühl 2017-06-09 17:39:27 +02:00
parent 30926d57ce
commit cbc8977d9d
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -4,7 +4,7 @@
#include <string>
#include <map>
#include <curl/curl.h>
#include <curlpp/cURLpp.hpp>
#include <json/json.h>
#include <Telegram/Message.h>