From 279bb2c767ade1934e04c5e8266311c828699d1b Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sat, 5 Sep 2020 15:08:48 +0200 Subject: [PATCH] Fix memory include --- include/turtle/detail/formatter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/turtle/detail/formatter.hpp b/include/turtle/detail/formatter.hpp index a89204a..b1377b9 100644 --- a/include/turtle/detail/formatter.hpp +++ b/include/turtle/detail/formatter.hpp @@ -11,7 +11,7 @@ #include "../config.hpp" #include "../stream.hpp" -#include +#include namespace mock {