From dde0085ce578374d2702c907cd8cf4041e1e8a56 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Fri, 11 Oct 2024 19:43:11 -0400 Subject: [PATCH] include `cstring` --- dotsandboxes.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dotsandboxes.cxx b/dotsandboxes.cxx index f506330..91d7010 100644 --- a/dotsandboxes.cxx +++ b/dotsandboxes.cxx @@ -13,6 +13,7 @@ #include #include #include +#include #define pt std::cout << #define pter std::cerr <<