From 3fe3b08eca4d62067b2cf89b97e65a7875a6c34f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 3 Jan 2025 00:26:10 -0600 Subject: [PATCH] [ox/std] Add hash.hpp to install --- deps/ox/src/ox/std/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index ae2b9410..67de0f90 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -109,6 +109,7 @@ install( error.hpp fmt.hpp hardware.hpp + hash.hpp hashmap.hpp heapmgr.hpp ignore.hpp