From 41580061e194678e35f7e499729d6a0e00ecce69 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Mon, 4 Dec 2023 21:55:32 -0500 Subject: [PATCH 1/2] Fix include of avogadrocoreexport.h Fix #1476 Signed-off-by: Geoff Hutchison --- avogadro/core/coordinateblockgenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avogadro/core/coordinateblockgenerator.h b/avogadro/core/coordinateblockgenerator.h index 44f0f266de..216e6e3fe0 100644 --- a/avogadro/core/coordinateblockgenerator.h +++ b/avogadro/core/coordinateblockgenerator.h @@ -6,7 +6,7 @@ #ifndef AVOGADRO_CORE_COORDINATEBLOCKGENERATOR_H #define AVOGADRO_CORE_COORDINATEBLOCKGENERATOR_H -#include +#include "avogadrocoreexport.h" #include #include From c00454446fcdeddf9fefda8ba1fcf1ad48f8a26c Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Tue, 5 Dec 2023 09:42:07 -0500 Subject: [PATCH 2/2] Remove duplicate include Signed-off-by: Geoff Hutchison --- avogadro/core/atomutilities.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/avogadro/core/atomutilities.h b/avogadro/core/atomutilities.h index 2170df97b1..64be896f19 100644 --- a/avogadro/core/atomutilities.h +++ b/avogadro/core/atomutilities.h @@ -8,8 +8,6 @@ #include "avogadrocoreexport.h" -#include "avogadrocoreexport.h" - #include #include