summaryrefslogtreecommitdiff
path: root/include/mbgl/util/any.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/any.hpp')
-rw-r--r--include/mbgl/util/any.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/mbgl/util/any.hpp b/include/mbgl/util/any.hpp
new file mode 100644
index 0000000000..eea64b188a
--- /dev/null
+++ b/include/mbgl/util/any.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <linb/any.hpp>
+
+namespace mbgl {
+
+using linb::any;
+using linb::any_cast;
+
+} // namespace mbgl