From cc01a0629af59dc45f775c0c42210d4e215da4de Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Thu, 4 May 2023 17:28:08 -0400 Subject: add missing headers (#291) --- ZAPD/OutputFormatter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ZAPD/OutputFormatter.h') diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index 28955b1..290a8dc 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -3,6 +3,7 @@ #include #include #include +#include class OutputFormatter { -- cgit v1.2.3 From cb03424254152e4c96d236125ef925f9333e90f4 Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Thu, 20 Jul 2023 19:34:07 -0400 Subject: Updated to use clang-format-14 (#297) --- ZAPD/OutputFormatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/OutputFormatter.h') diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index 290a8dc..ec56b65 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -1,9 +1,9 @@ #pragma once +#include #include #include #include -#include class OutputFormatter { -- cgit v1.2.3