From 36bdde7fc938af68112e9063e9b2550761fcab89 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 19 Mar 2022 14:48:46 +0800 Subject: [PATCH] update C++ snippets --- my_snippets/cpp.snippets | 1 + 1 file changed, 1 insertion(+) diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets index 907bd7a..148c8d0 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -8,6 +8,7 @@ snippet bare "barebone code template" #include #include #include +#include using std::cout; using std::endl;