Fix Linux build

This commit is contained in:
2024-12-10 22:05:55 +01:00
parent 5b531fa495
commit b509ebcdc5
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#include <asl/buffer.hpp>
#include "asl/buffer.hpp"
#include <asl/testing/testing.hpp>
#include "asl/testing/testing.hpp"
struct Big
{

View File

@ -1,6 +1,6 @@
#include <asl/float.hpp>
#include "asl/float.hpp"
#include <asl/testing/testing.hpp>
#include "asl/testing/testing.hpp"
ASL_TEST(is_infinity)
{