From 56a90db2345df47d92b51694e995a4964143d589 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 26 Jul 2020 21:44:13 +0200 Subject: [PATCH] plugin: Fix missing include --- source/plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/plugin.cpp b/source/plugin.cpp index eeaa146..3c9c00a 100644 --- a/source/plugin.cpp +++ b/source/plugin.cpp @@ -22,6 +22,7 @@ #include #include "configuration.hpp" #include "obs/obs-source-tracker.hpp" +#include "obs/gs/gs-vertexbuffer.hpp" #ifdef ENABLE_ENCODER_FFMPEG #include "encoders/encoder-ffmpeg.hpp"