From 427e852f851e0db2811e75df104570319c90e570 Mon Sep 17 00:00:00 2001 From: Schrodinger ZHU Yifan Date: Mon, 27 Jan 2025 07:23:22 +0000 Subject: [PATCH] fix --- src/snmalloc/mem/secondary/default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snmalloc/mem/secondary/default.h b/src/snmalloc/mem/secondary/default.h index d4a272a4d..72e4be76e 100644 --- a/src/snmalloc/mem/secondary/default.h +++ b/src/snmalloc/mem/secondary/default.h @@ -1,6 +1,6 @@ #pragma once -#include "snmalloc/ds/ds.h" +#include "snmalloc/ds_core/mitigations.h" #include "snmalloc/ds_core/defines.h" #include