From 6e8d65e3aa46888d34c6aa5e9c021aafa3a9fd70 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 17 Feb 2022 21:23:24 +1100 Subject: [PATCH] [linux] Add stdint.h include --- v2/internal/frontend/desktop/linux/window.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/internal/frontend/desktop/linux/window.go b/v2/internal/frontend/desktop/linux/window.go index 28edcdf18..50bdca501 100644 --- a/v2/internal/frontend/desktop/linux/window.go +++ b/v2/internal/frontend/desktop/linux/window.go @@ -10,6 +10,7 @@ package linux #include "webkit2/webkit2.h" #include #include +#include "stdint.h" void ExecuteOnMainThread(void* f, gpointer jscallback) {