[util] Fix includes

This commit is contained in:
Philip Rebohle 2018-05-09 20:37:49 +02:00
parent c7d2957d8f
commit ec3b7e39af
No known key found for this signature in database
GPG key ID: C8CC613427A31C99
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <x86intrin.h>
namespace dxvk::bit {
template<typename T>

View file

@ -1,7 +1,5 @@
#pragma once
#include <x86intrin.h>
namespace dxvk {
constexpr size_t CACHE_LINE_SIZE = 64;