summaryrefslogtreecommitdiff
path: root/hk21
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-02 00:33:49 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-02 00:33:49 +0100
commitf2e6a3fe77c4cce806c9b78b853554c9230c5d49 (patch)
treee6b0c2f00d9205fc26c099fe2c679fe3af68322d /hk21
parent50653a9cfe3b26125cf07eae968b81e377a5de66 (diff)
Upgrade asl
Diffstat (limited to 'hk21')
-rw-r--r--hk21/game/gpu.cpp2
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>