From 1cd34a9ba4f8f800f6afb85aa1d44134a090b0b6 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 26 Apr 2017 19:42:08 -0500 Subject: [PATCH] Add missing includes to the install step --- src/ox/std/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index 35e38cbe9..0050e5a4e 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -16,8 +16,10 @@ set_property( install( FILES + bitops.hpp byteswap.hpp memops.hpp + random.hpp strops.hpp std.hpp types.hpp