diff options
author | Liam <byteslice@airmail.cc> | 2023-03-17 21:26:04 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-03-22 09:35:16 -0400 |
commit | fb49ec19c1fb6030fcc960077e82c998290d0ab8 (patch) | |
tree | aa5f53cbbfc2b255923bcf362ee0009938ed8187 /src/common/CMakeLists.txt | |
parent | 6d76a54d3768f45bb6aa7a1a4b4999a0b9b77e09 (diff) |
kernel: use KTypedAddress for addresses
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 61ab68864..90805babe 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -132,6 +132,7 @@ add_library(common STATIC time_zone.h tiny_mt.h tree.h + typed_address.h uint128.h unique_function.h uuid.cpp |