Skip to content

Commit

Permalink
Correct windows-only error
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 16, 2024
1 parent de8d16f commit 3197dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cplusplus/src/p0019.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ctime>
#include <time.h>
#include <cstring>
#include <iostream>
#include <stdexcept>
#include <stdint.h>
Expand Down

0 comments on commit 3197dac

Please sign in to comment.