Add a missing include to the Linux plugin template (#68737)
The template uses strcmp (to check the received method), so should include <cstring>
This commit is contained in:
parent
37470dfc0b
commit
3ff334d68d
@ -4,6 +4,8 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define {{pluginClassCapitalSnakeCase}}(obj) \
|
||||
(G_TYPE_CHECK_INSTANCE_CAST((obj), {{pluginClassSnakeCase}}_get_type(), \
|
||||
{{pluginClass}}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user