Changed header location for mastodon-cpp

This commit is contained in:
tastytea 2018-04-09 18:24:29 +02:00
parent bd179ce6f2
commit 3c905f2ec7
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
3 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

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

View File

@ -21,7 +21,7 @@
#include <cstdlib>
#include <random>
#include <chrono>
#include <mastodon-cpp.hpp>
#include <mastodon-cpp/mastodon-cpp.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/filesystem.hpp>