From cf690a639b1c12a31c996e4d60edf97a88d340e8 Mon Sep 17 00:00:00 2001 From: Joshua Brunk <26190850+LunaVoid@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:27:11 -0500 Subject: [PATCH] Fixed incorrect header --- test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cpp b/test/test.cpp index 6f710ef..4cfccc3 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,4 +1,4 @@ -#include +#include "catch/catch_amalgamated.hpp" #include using namespace std;