diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 00:33:49 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 00:33:49 +0100 |
commit | f2e6a3fe77c4cce806c9b78b853554c9230c5d49 (patch) | |
tree | e6b0c2f00d9205fc26c099fe2c679fe3af68322d /hk21 | |
parent | 50653a9cfe3b26125cf07eae968b81e377a5de66 (diff) |
Upgrade asl
Diffstat (limited to 'hk21')
-rw-r--r-- | hk21/game/gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp index 4aa1f95..207ce85 100644 --- a/hk21/game/gpu.cpp +++ b/hk21/game/gpu.cpp @@ -4,7 +4,7 @@ #include "hk21/game/gpu.hpp"
-#include <asl/containerS/buffer.hpp>
+#include <asl/containers/buffer.hpp>
#include <asl/formatting/format.hpp>
#include <asl/types/option.hpp>
#include <asl/logging/logging.hpp>
|