diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-22 19:14:47 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | a7ebfdedeee84bd01615ad62ac448adae12787db (patch) | |
tree | 223f0b4a6ae7b4b2495f751f7b7d02a5452231cf /asl/box.hpp | |
parent | 53b9ec80a3b7bb7e403a8c7330c0741484b9ba4d (diff) |
Add box + option tests
Diffstat (limited to 'asl/box.hpp')
-rw-r--r-- | asl/box.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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
{
|