diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-06-09 20:09:16 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-06-09 20:09:16 +0200 |
commit | 860d937c5680a58ac1437a3daba93496ecc3ad78 (patch) | |
tree | fba31697a6f5ff88615946c48e8b4540d51e0a16 /lib/executor.cc | |
parent | 97d9a9d31996cc5ac07fd4cb48ad01deba879a50 (diff) | |
download | matcha-threads-860d937c5680a58ac1437a3daba93496ecc3ad78.tar.gz matcha-threads-860d937c5680a58ac1437a3daba93496ecc3ad78.zip |
move arch.h into arch/ sub-dir
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 52bdf01..b54c949 100644 --- a/lib/executor.cc +++ b/lib/executor.cc @@ -2,7 +2,7 @@ #include "executor.h" -#include "arch.h" +#include "arch/api.h" namespace nMatcha { const void* Executor::getStackPtr() const { |