summaryrefslogtreecommitdiffstats
path: root/include/connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/connection.hpp')
-rw-r--r--include/connection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.hpp b/include/connection.hpp
index a26120c..6e43bc6 100644
--- a/include/connection.hpp
+++ b/include/connection.hpp
@@ -17,10 +17,10 @@
#ifndef MASTODONPP_CONNECTION_HPP
#define MASTODONPP_CONNECTION_HPP
+#include "answer.hpp"
#include "api.hpp"
#include "curl_wrapper.hpp"
#include "instance.hpp"
-#include "return_types.hpp"
#include <string>
#include <string_view>