From fb6338596156664dda615ae985e768a5f985642a Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Wed, 13 May 2026 23:24:22 +0200 Subject: [PATCH] Add missing import for GCC 16 --- src/stim/dem/dem_instruction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stim/dem/dem_instruction.h b/src/stim/dem/dem_instruction.h index dc08598ee..fc617932a 100644 --- a/src/stim/dem/dem_instruction.h +++ b/src/stim/dem/dem_instruction.h @@ -1,6 +1,7 @@ #ifndef _STIM_DEM_DEM_INSTRUCTION_H #define _STIM_DEM_DEM_INSTRUCTION_H +#include #include #include #include