fix tests compilation

This commit is contained in:
BlackMATov
2021-01-12 04:15:36 +07:00
parent 03669c949f
commit 383c8a6f95
5 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
#include <thread>
#include <numeric>
#include <iostream>
#include <cmath>
#include <cstring>
namespace jb = jobber_hpp;

View File

@@ -9,6 +9,9 @@
#include <thread>
#include <numeric>
#include <iostream>
#include <cmath>
#include <cstring>
namespace sd = scheduler_hpp;