cmake: Fix remaining compile issues

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2020-01-23 02:16:21 +01:00
parent acd4d4b356
commit 08713db947
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <string>
#include <thread>
#include <vector>
#include "datapath.hpp"
#include <datapath.hpp>
#include "measurer.hpp"
static auto log_time = std::chrono::high_resolution_clock::now();