mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-18 12:22:09 +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 "../helpers/Color.hpp"
|
||||||
#include "HookSystem.hpp"
|
#include "HookSystem.hpp"
|
||||||
#include "../SharedDefs.hpp"
|
#include "../SharedDefs.hpp"
|
||||||
|
#include "../version.h"
|
||||||
|
|
||||||
#include <any>
|
#include <any>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
Loading…
Add table
Reference in a new issue