mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 08:45:58 +01:00
build: include version.h in PluginAPI.hpp (#3571)
This commit is contained in:
parent
261c594458
commit
43b39e0bc6
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Feel like the API is missing something you'd like to use in your plugin? Open an
|
|||
#include "../helpers/Color.hpp"
|
||||
#include "HookSystem.hpp"
|
||||
#include "../SharedDefs.hpp"
|
||||
#include "../version.h"
|
||||
|
||||
#include <any>
|
||||
#include <functional>
|
||||
|
|
Loading…
Reference in a new issue