diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpu_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpu_info.cpp b/tests/cpu_info.cpp index a3cfe902..914c9dd1 100644 --- a/tests/cpu_info.cpp +++ b/tests/cpu_info.cpp @@ -7,7 +7,7 @@ #include <utility> #include <catch.hpp> -#include <xbyak_util.h> +#include <xbyak/xbyak_util.h> TEST_CASE("Host CPU supports", "[a64]") { Xbyak::util::Cpu cpu_info; |