filter-transform: Actually include new C++ class header

This commit is contained in:
Michael Fabian Dirks 2017-09-18 00:16:46 +02:00
parent 27744f8b2a
commit 3899476a7f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#pragma once
#include "plugin.h"
#include "gs-helper.h"
#include "gs-vertexbuffer.h"
namespace Filter {
class Transform {