From 3899476a7f4450bd215e0828b638c48d1ad00645 Mon Sep 17 00:00:00 2001 From: Michael Fabian Dirks Date: Mon, 18 Sep 2017 00:16:46 +0200 Subject: [PATCH] filter-transform: Actually include new C++ class header --- source/filter-transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/filter-transform.h b/source/filter-transform.h index 47a795a0..cc082374 100644 --- a/source/filter-transform.h +++ b/source/filter-transform.h @@ -19,7 +19,7 @@ #pragma once #include "plugin.h" -#include "gs-helper.h" +#include "gs-vertexbuffer.h" namespace Filter { class Transform {