From e2d1d3c92fa8aa21cd4ade190f9b41902b1296ba Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Tue, 4 Jul 2023 03:02:53 +0200 Subject: [PATCH] One more web-build fix --- crates/re_viewer/src/store_hub.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/re_viewer/src/store_hub.rs b/crates/re_viewer/src/store_hub.rs index 6e99dda2f522..705a8dc07114 100644 --- a/crates/re_viewer/src/store_hub.rs +++ b/crates/re_viewer/src/store_hub.rs @@ -27,6 +27,7 @@ pub struct StoreHub { store_dbs: StoreBundle, // The number of rows in the blueprint the last time it was saved + #[cfg(not(target_arch = "wasm32"))] blueprint_last_save: HashMap, }