[ox/std] Add missing includes to CMake install and std.hpp
This commit is contained in:
parent
0eaf54bd22
commit
20f4d50ad6
6
deps/ox/src/ox/std/CMakeLists.txt
vendored
6
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -48,17 +48,19 @@ install(
|
|||||||
error.hpp
|
error.hpp
|
||||||
hardware.hpp
|
hardware.hpp
|
||||||
hashmap.hpp
|
hashmap.hpp
|
||||||
|
heapmgr.hpp
|
||||||
math.hpp
|
math.hpp
|
||||||
memops.hpp
|
memops.hpp
|
||||||
new.hpp
|
new.hpp
|
||||||
random.hpp
|
random.hpp
|
||||||
|
std.hpp
|
||||||
|
stddef.hpp
|
||||||
stacktrace.hpp
|
stacktrace.hpp
|
||||||
string.hpp
|
string.hpp
|
||||||
strongint.hpp
|
strongint.hpp
|
||||||
strops.hpp
|
strops.hpp
|
||||||
std.hpp
|
|
||||||
stddef.hpp
|
|
||||||
trace.hpp
|
trace.hpp
|
||||||
|
typeinfo.hpp
|
||||||
types.hpp
|
types.hpp
|
||||||
typetraits.hpp
|
typetraits.hpp
|
||||||
units.hpp
|
units.hpp
|
||||||
|
4
deps/ox/src/ox/std/std.hpp
vendored
4
deps/ox/src/ox/std/std.hpp
vendored
@ -12,6 +12,7 @@
|
|||||||
#include "bit.hpp"
|
#include "bit.hpp"
|
||||||
#include "bstring.hpp"
|
#include "bstring.hpp"
|
||||||
#include "byteswap.hpp"
|
#include "byteswap.hpp"
|
||||||
|
#include "defines.hpp"
|
||||||
#include "error.hpp"
|
#include "error.hpp"
|
||||||
#include "hardware.hpp"
|
#include "hardware.hpp"
|
||||||
#include "hashmap.hpp"
|
#include "hashmap.hpp"
|
||||||
@ -22,9 +23,10 @@
|
|||||||
#include "random.hpp"
|
#include "random.hpp"
|
||||||
#include "stacktrace.hpp"
|
#include "stacktrace.hpp"
|
||||||
#include "stddef.hpp"
|
#include "stddef.hpp"
|
||||||
|
#include "string.hpp"
|
||||||
#include "strongint.hpp"
|
#include "strongint.hpp"
|
||||||
#include "strops.hpp"
|
#include "strops.hpp"
|
||||||
#include "string.hpp"
|
#include "trace.hpp"
|
||||||
#include "typeinfo.hpp"
|
#include "typeinfo.hpp"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
#include "typetraits.hpp"
|
#include "typetraits.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user