diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-29 02:15:18 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-29 02:15:18 +0200 |
commit | 4b1fb6c3be9f810c1ddceddc6536f7687c23197d (patch) | |
tree | 40e7c9deba4a97dd2a81bd68ff7dc6f99d4b0805 /lib/executor.cc | |
parent | fc83627b14536d0b13b2dd751d09cecbea9db378 (diff) | |
download | matcha-threads-4b1fb6c3be9f810c1ddceddc6536f7687c23197d.tar.gz matcha-threads-4b1fb6c3be9f810c1ddceddc6536f7687c23197d.zip |
replace compile_guard with umbrella header for arch
Diffstat (limited to 'lib/executor.cc')
-rw-r--r-- | lib/executor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Thread> t) { |