Fix include in example, prefer local header.

This commit is contained in:
tastytea 2020-01-07 09:02:16 +01:00
parent 935c84e001
commit 31ce23febf
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Print information about an instance (/api/v1/instance).
#include <mastodonpp.hpp>
#include "mastodonpp.hpp"
#include <iostream>
#include <string>