From bbd7c7a5d6bfb12df3898c4589753b59ce674576 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 6 Jan 2022 19:03:19 +0100 Subject: Add header only library, adjust include statements and rename test target --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index b858b85..f448ed7 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ #include #include -#include "cxxformat/cxxformat.hpp" +#include void numberTests() { -- cgit v1.2.3-54-g00ecf