From 6eba7d5e6a7a5d74b0917b97b2818fefff8a2a5b Mon Sep 17 00:00:00 2001 From: Prathamesh Patil Date: Mon, 23 Jan 2023 15:40:21 +0530 Subject: [PATCH] modified header file --- c++2.0/c++11/nullptr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++2.0/c++11/nullptr.cpp b/c++2.0/c++11/nullptr.cpp index a4a7822..5e36c24 100644 --- a/c++2.0/c++11/nullptr.cpp +++ b/c++2.0/c++11/nullptr.cpp @@ -2,7 +2,7 @@ // Created by light on 19-11-2. // -#include +#include using namespace std; void f(int i) {