From 3c905f2ec786beb5c6e11a16f0a11fab01496045 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 Apr 2018 18:24:29 +0200 Subject: [PATCH] Changed header location for mastodon-cpp --- CMakeLists.txt | 2 +- README.md | 2 +- src/soupbot.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1443f36..96ce18b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.7) include(GNUInstallDirs) project (soupbot - VERSION 0.3.0 + VERSION 0.3.1 LANGUAGES CXX ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall") diff --git a/README.md b/README.md index dadb870..a8f6dc1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * C++ compiler (tested: gcc 6.4) * [cmake](https://cmake.org/) (tested: 3.9.6) * [boost](http://www.boost.org/) (tested: 1.63.0) - * [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.1.5) + * [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.8.6) ## Get sourcecode diff --git a/src/soupbot.cpp b/src/soupbot.cpp index 3b4c06f..c8fcb31 100644 --- a/src/soupbot.cpp +++ b/src/soupbot.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include