From c5b3f55701ec9c0f434533a33a18d9ae3f9fc7da Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 May 2019 16:03:22 +0200 Subject: [PATCH 1/2] compile fix. --- src/repository.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/repository.cpp b/src/repository.cpp index 905138c..133c057 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -23,6 +23,7 @@ #include #include #include +#include static const int maxSimultaneousProcesses = 100; From 4db6eb51ff58f7e645a31cf3815d6d691b1ee097 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 May 2019 16:05:49 +0200 Subject: [PATCH 2/2] compile fix. --- src/repository.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository.cpp b/src/repository.cpp index 133c057..68bd4cb 100644 --- a/src/repository.cpp +++ b/src/repository.cpp @@ -19,11 +19,11 @@ #include "repository.h" #include "CommandLineParser.h" #include +#include #include #include #include #include -#include static const int maxSimultaneousProcesses = 100;