core: fix no-pch build

This commit is contained in:
Vaxry 2024-06-19 16:28:54 +02:00
parent 20a465f69d
commit 6d21014a50

View File

@ -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;