From 6e06e55b95fdb9070d32d44786441255871dbb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 13 Aug 2018 16:29:14 -0700 Subject: WIP: use expected for passing on errors --- cmake/core-files.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/core-files.cmake') diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index e875f5b142..02335fef7a 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -664,6 +664,7 @@ set(MBGL_CORE_FILES include/mbgl/util/enum.hpp include/mbgl/util/event.hpp include/mbgl/util/exception.hpp + include/mbgl/util/expected.hpp include/mbgl/util/feature.hpp include/mbgl/util/font_stack.hpp include/mbgl/util/geo.hpp -- cgit v1.2.1