From f635838fc0876b30186b0f397e4f481b90890171 Mon Sep 17 00:00:00 2001 From: LaviAvigad <92415264+lavibash@users.noreply.github.com> Date: Sun, 5 Jun 2022 18:12:53 -0700 Subject: [PATCH] Update cowcomp.cpp --- source/cowcomp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/cowcomp.cpp b/source/cowcomp.cpp index 7a958a1..bc1a702 100644 --- a/source/cowcomp.cpp +++ b/source/cowcomp.cpp @@ -9,6 +9,8 @@ #include #include #include +#include + #define COMPILER "g++" #define FLAGS "-O3 -x c++"