diff options
author | Vaxry <[email protected]> | 2024-06-19 16:28:54 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-06-19 16:29:00 +0200 |
commit | 6d21014a50d8e7863b1b25cb5ed19bb1fcba1583 (patch) | |
tree | 977737a0321921933ebf683ef4515ec9e8f57d7d | |
parent | 20a465f69d342c5caead27df696d228492ea02e8 (diff) | |
download | Hyprland-6d21014a50d8e7863b1b25cb5ed19bb1fcba1583.tar.gz Hyprland-6d21014a50d8e7863b1b25cb5ed19bb1fcba1583.zip |
core: fix no-pch build
-rw-r--r-- | src/plugins/PluginAPI.hpp | 1 |
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; |