summaryrefslogtreecommitdiffhomepage
path: root/opentrack/options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/options.hpp')
-rw-r--r--opentrack/options.hpp3
1 files changed, 3 insertions, 0 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 <QDebug>
+#include <memory>
+template<typename t> using mem = std::shared_ptr<t>;
+
namespace options {
template<typename k, typename v>
using map = std::map<k, v>;