Skip to content

Commit

Permalink
Merge pull request #10 from ReCodEx/semai/gcc10
Browse files Browse the repository at this point in the history
Make it compilable with G++10
  • Loading branch information
SemaiCZE committed Nov 24, 2020
2 parents 3933e31 + 7ff0f1c commit 317b93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/curl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <curl/curl.h>
#include <map>
#include <string>

namespace helpers
{
Expand Down
1 change: 1 addition & 0 deletions src/worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <memory>
#include <queue>
#include <vector>
#include <string>


/**
Expand Down

0 comments on commit 317b93e

Please sign in to comment.