From 43d48a2e983bb7a3408f65073cfa392ec6956a1d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 19 Dec 2022 14:06:50 +0000 Subject: Move extension types to their own header to speed up build times. --- include/modules/cap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modules') diff --git a/include/modules/cap.h b/include/modules/cap.h index c5b07f04c..cbcc4c4ef 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -20,6 +20,8 @@ #pragma once +#include "extension.h" + namespace Cap { static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1; -- cgit v1.3.1-10-gc9f91