diff options
author | tastytea | 2020-01-07 09:02:16 +0100 |
---|---|---|
committer | tastytea | 2020-01-07 09:02:16 +0100 |
commit | 31ce23febf029a10a52e0e0a8224df1b9ef46ab1 (patch) | |
tree | 620268c3a94cbfdeb5c46572d19a1794bf72b629 | |
parent | 935c84e001e58e2411e12707c685a87744f65a87 (diff) | |
download | mastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.tar mastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.tar.gz mastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.zip |
Fix include in example, prefer local header.
-rw-r--r-- | examples/example01_instance_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example01_instance_info.cpp b/examples/example01_instance_info.cpp index 6d371f3..97549a6 100644 --- a/examples/example01_instance_info.cpp +++ b/examples/example01_instance_info.cpp @@ -15,7 +15,7 @@ // Print information about an instance (/api/v1/instance). -#include <mastodonpp.hpp> +#include "mastodonpp.hpp" #include <iostream> #include <string> |