aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--my_snippets/cpp.snippets1
1 files changed, 1 insertions, 0 deletions
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 <unordered_set>
#include <stack>
#include <queue>
+#include <numeric>
using std::cout;
using std::endl;