From 6cdd799006fb87f0ab7fd670c5812c60de29aab5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 4 Nov 2014 17:39:46 +0100 Subject: move type alias around --- opentrack/options.hpp | 3 +++ opentrack/plugin-support.h | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opentrack/options.hpp b/opentrack/options.hpp index 1d54e8b3..af2e94d0 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -32,6 +32,9 @@ #include +#include +template using mem = std::shared_ptr; + namespace options { template using map = std::map; 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 #include @@ -9,8 +10,6 @@ #include #include -#include -template using mem = std::shared_ptr; extern "C" typedef void* (*CTOR_FUNPTR)(void); extern "C" typedef Metadata* (*METADATA_FUNPTR)(void); -- cgit v1.2.3