From d667f0e1f2bb3d52cd2eefb05ebcd8645498ce39 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 12 May 2021 21:12:38 -0500 Subject: [PATCH] [ox/std] Add iterator.hpp to install list (synced from 07415a2607329899615668d711a0d213a69e4254) --- src/ox/std/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index d859f9cc1..1e69cd3fe 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -73,6 +73,7 @@ install( hardware.hpp hashmap.hpp heapmgr.hpp + iterator.hpp math.hpp memops.hpp memory.hpp