From 4b1fb6c3be9f810c1ddceddc6536f7687c23197d Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 02:15:18 +0200 Subject: replace compile_guard with umbrella header for arch --- lib/executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/executor.cc') diff --git a/lib/executor.cc b/lib/executor.cc index 175d7a5..bd068c6 100644 --- a/lib/executor.cc +++ b/lib/executor.cc @@ -2,7 +2,7 @@ #include "executor.h" -#include "arch/x86_64/api.h" +#include "arch.h" namespace nMatcha { void Executor::spawn(std::unique_ptr t) { -- cgit v1.2.3