From ec3b7e39af6f7772fedf8d7fbe7aa445049dd5ac Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 9 May 2018 20:37:49 +0200 Subject: [PATCH] [util] Fix includes --- src/util/util_bit.h | 2 ++ src/util/util_math.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/util_bit.h b/src/util/util_bit.h index 0a1e712c..75e23f9e 100644 --- a/src/util/util_bit.h +++ b/src/util/util_bit.h @@ -1,5 +1,7 @@ #pragma once +#include + namespace dxvk::bit { template diff --git a/src/util/util_math.h b/src/util/util_math.h index cd032089..e2ad44a5 100644 --- a/src/util/util_math.h +++ b/src/util/util_math.h @@ -1,7 +1,5 @@ #pragma once -#include - namespace dxvk { constexpr size_t CACHE_LINE_SIZE = 64;