From a7ebfdedeee84bd01615ad62ac448adae12787db Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 22 Nov 2024 19:14:47 +0100 Subject: Add box + option tests --- asl/box.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'asl/box.hpp') diff --git a/asl/box.hpp b/asl/box.hpp index 7556d76..eeb2b9c 100644 --- a/asl/box.hpp +++ b/asl/box.hpp @@ -5,6 +5,7 @@ #include "asl/annotations.hpp" #include "asl/memory.hpp" #include "asl/utility.hpp" +#include "asl/box.hpp" namespace asl { -- cgit