summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-07 09:02:16 +0100
committertastytea2020-01-07 09:02:16 +0100
commit31ce23febf029a10a52e0e0a8224df1b9ef46ab1 (patch)
tree620268c3a94cbfdeb5c46572d19a1794bf72b629
parent935c84e001e58e2411e12707c685a87744f65a87 (diff)
downloadmastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.tar
mastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.tar.gz
mastodonpp-31ce23febf029a10a52e0e0a8224df1b9ef46ab1.zip
Fix include in example, prefer local header.
-rw-r--r--examples/example01_instance_info.cpp2
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>