util: LockFreeAtomicType (for time)

This commit is contained in:
Michael Scire
2022-03-27 20:15:10 -07:00
parent c0d5140ef0
commit 8e258bde9d
2 changed files with 66 additions and 0 deletions

View File

@@ -19,3 +19,4 @@
#include <stratosphere/util/util_compression.hpp>
#include <stratosphere/util/util_ini.hpp>
#include <stratosphere/util/util_singleton_traits.hpp>
#include <stratosphere/util/util_lock_free_atomic_type.hpp>