From c207ee8b254e7fffa66d70695b51334f75930cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Mon, 23 May 2016 13:11:05 +0200 Subject: [PATCH] Fixed include error --- src/TelegramBot.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TelegramBot.cc b/src/TelegramBot.cc index efb862f..eb8a8c7 100644 --- a/src/TelegramBot.cc +++ b/src/TelegramBot.cc @@ -7,9 +7,9 @@ #include #include -#include "Telegram/http_build_query.h" -#include "Telegram/json_encode.h" -#include "Telegram/std.h" +#include "http_build_query.h" +#include "json_encode.h" +#include "std.h" #include "Telegram/Message.h" #include "Telegram/MessageEntity.h"