build: include version.h in PluginAPI.hpp (#3571)

This commit is contained in:
memchr
2023-10-15 11:22:51 +00:00
committed by GitHub
parent 261c594458
commit 43b39e0bc6

View File

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