[ox/std] Add missing includes to CMake install

This commit is contained in:
Gary Talent 2018-04-28 11:00:02 -05:00
parent 24fbb8ba86
commit 4e3c98bcb5

View File

@ -21,13 +21,17 @@ install(
assert.hpp
bitops.hpp
byteswap.hpp
math.hpp
memops.hpp
new.hpp
random.hpp
string.hpp
strops.hpp
std.hpp
stddef.hpp
types.hpp
typetraits.hpp
vector.hpp
DESTINATION
include/ox/std
)