From 760b619446354469fdfff1602245bd52976de71a Mon Sep 17 00:00:00 2001 From: Mahesh24264 <70501636+Mahesh24264@users.noreply.github.com> Date: Thu, 1 Oct 2020 05:49:15 -0700 Subject: [PATCH] Update 10_switch_case.c --- 10_switch_case.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/10_switch_case.c b/10_switch_case.c index 0b3d5aa..3d0f771 100644 --- a/10_switch_case.c +++ b/10_switch_case.c @@ -1,4 +1,5 @@ #include +#include int main() { @@ -27,4 +28,4 @@ int main() break; } return 0; -} \ No newline at end of file +}