From 031320d979d249015ca5e086142c39ff4efa37f6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 4 Sep 2023 18:43:02 +0100 Subject: Restore define for SLICER_MODELPARTSTYPES_IMPL_H as we check it's not included in a test --- slicer/slicer/modelPartsTypes.impl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slicer/slicer/modelPartsTypes.impl.h b/slicer/slicer/modelPartsTypes.impl.h index 718f654..b04def8 100644 --- a/slicer/slicer/modelPartsTypes.impl.h +++ b/slicer/slicer/modelPartsTypes.impl.h @@ -1,4 +1,6 @@ #pragma once +// Keep this, there's a check its not defined in a test +#define SLICER_MODELPARTSTYPES_IMPL_H #include "common.h" #include "enumMap.h" // IWYU pragma: keep -- cgit v1.2.3