diff options
Diffstat (limited to 'src/instance.cpp')
-rw-r--r-- | src/instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instance.cpp b/src/instance.cpp index b367f9b..683e20e 100644 --- a/src/instance.cpp +++ b/src/instance.cpp @@ -14,9 +14,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "answer.hpp" #include "instance.hpp" #include "log.hpp" -#include "return_types.hpp" namespace mastodonpp { |