From 1b30b8ab3ba6e72c5c7523a285c35ebec9f1c9b8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 3 Sep 2023 19:10:38 -0400 Subject: [PATCH] Include plugin.hpp in rack.hpp. --- include/rack.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rack.hpp b/include/rack.hpp index 33b467d3..321f97f0 100644 --- a/include/rack.hpp +++ b/include/rack.hpp @@ -103,8 +103,7 @@ Directly including Rack headers other than rack.hpp in your plugin is unsupporte #include #include -#include -#include +#include #include #include