From 02845fabccec080e85e4cfd31acbe35f9ce274c3 Mon Sep 17 00:00:00 2001 From: Harsh Karande <66206863+harshcut@users.noreply.github.com> Date: Tue, 20 Oct 2020 09:56:59 +0530 Subject: [PATCH] feat: reviewer commit Co-authored-by: David Leal --- conversions/infix_to_postfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversions/infix_to_postfix.c b/conversions/infix_to_postfix.c index cf4e39ab..8382ae92 100644 --- a/conversions/infix_to_postfix.c +++ b/conversions/infix_to_postfix.c @@ -7,7 +7,7 @@ */ // include header files -#include +#include /// for printf() and scanf() // globally declared structure struct Stack