summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/conversion.hpp')
-rw-r--r--include/mbgl/style/conversion.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mbgl/style/conversion.hpp b/include/mbgl/style/conversion.hpp
index 2c83d1561b..29af9fac91 100644
--- a/include/mbgl/style/conversion.hpp
+++ b/include/mbgl/style/conversion.hpp
@@ -17,9 +17,12 @@ class ConversionTraits;
class Convertible;
-template <class T, class Enable = void>
+template <typename T, typename Enable = void>
struct Converter;
+template <typename T, typename Enable = void>
+struct ValueFactory;
+
} // namespace conversion
} // namespace style
} // namespace mbgl