From 3197dac53c291315f14d2b24b841559ab18a8b93 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Fri, 16 Aug 2024 17:53:06 -0500 Subject: [PATCH] Correct windows-only error --- cplusplus/src/p0019.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cplusplus/src/p0019.cpp b/cplusplus/src/p0019.cpp index a6d52924..84dc1874 100644 --- a/cplusplus/src/p0019.cpp +++ b/cplusplus/src/p0019.cpp @@ -23,7 +23,8 @@ How many Sundays fell on the first of the month during the twentieth century */ #ifndef EULER_P0019 #define EULER_P0019 -#include +#include +#include #include #include #include