diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:34:34 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:34:34 +0200 |
commit | ffc5770c1f9740a694298e97711bccd8e5410dc9 (patch) | |
tree | ef12d1fbf07fc0f1479a933326ebafe9ba7d4710 /hk21/game/gpu.cpp | |
parent | 66cab5910166470f2479a03c3a95d5591c6a3a9d (diff) |
Upgrade asl to 0.3.0
Diffstat (limited to 'hk21/game/gpu.cpp')
-rw-r--r-- | hk21/game/gpu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp index 14b9f96..c036cf2 100644 --- a/hk21/game/gpu.cpp +++ b/hk21/game/gpu.cpp @@ -4,6 +4,7 @@ #include "hk21/game/gpu.hpp"
+#include <asl/base/numeric.hpp>
#include <asl/containers/buffer.hpp>
#include <asl/containers/intrusive_list.hpp>
#include <asl/formatting/format.hpp>
|