diff options
Diffstat (limited to 'opentrack/plugin-support.h')
-rw-r--r-- | opentrack/plugin-support.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opentrack/plugin-support.h b/opentrack/plugin-support.h index ad3f2af8..a2b6d403 100644 --- a/opentrack/plugin-support.h +++ b/opentrack/plugin-support.h @@ -1,6 +1,7 @@ #pragma once #include "plugin-api.hpp" +#include "options.hpp" #include <QWidget> #include <QDebug> @@ -9,8 +10,6 @@ #include <QFrame> #include <QList> -#include <memory> -template<typename t> using mem = std::shared_ptr<t>; extern "C" typedef void* (*CTOR_FUNPTR)(void); extern "C" typedef Metadata* (*METADATA_FUNPTR)(void); |