From 300f807c7b95635869c1df3d65dbb90be07b798e Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Thu, 2 Dec 2021 11:22:45 -0600 Subject: [PATCH] Include algorithm for sort function --- usaco/Do You Know Your ABCs?/index.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/usaco/Do You Know Your ABCs?/index.cpp b/usaco/Do You Know Your ABCs?/index.cpp index e6c2c9a..47fe76b 100644 --- a/usaco/Do You Know Your ABCs?/index.cpp +++ b/usaco/Do You Know Your ABCs?/index.cpp @@ -1,3 +1,4 @@ +#include #include using namespace std;