aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/plugins/PluginAPI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp
index 83db5f85..4dcf4ba5 100644
--- a/src/plugins/PluginAPI.hpp
+++ b/src/plugins/PluginAPI.hpp
@@ -29,6 +29,7 @@ Feel like the API is missing something you'd like to use in your plugin? Open an
#include <any>
#include <functional>
#include <string>
+#include <hyprlang.hpp>
typedef struct {
std::string name;