From 716b9990811dcd8110c65fc0093cc35a939c79db Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Fri, 13 Dec 2024 11:34:17 -0500 Subject: [PATCH] Fix compile error with Qt6 Signed-off-by: Geoff Hutchison --- avogadro/qtplugins/alchemy/alchemy.cpp | 2 +- avogadro/qtplugins/alchemy/alchemy.h | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/avogadro/qtplugins/alchemy/alchemy.cpp b/avogadro/qtplugins/alchemy/alchemy.cpp index 7f5162e3d6..a9bb60dff5 100644 --- a/avogadro/qtplugins/alchemy/alchemy.cpp +++ b/avogadro/qtplugins/alchemy/alchemy.cpp @@ -8,8 +8,8 @@ #include #include +#include #include -#include #include #include diff --git a/avogadro/qtplugins/alchemy/alchemy.h b/avogadro/qtplugins/alchemy/alchemy.h index 1b28b689aa..b7aa459b20 100644 --- a/avogadro/qtplugins/alchemy/alchemy.h +++ b/avogadro/qtplugins/alchemy/alchemy.h @@ -1,11 +1,10 @@ /****************************************************************************** This source file is part of the Avogadro project. - - This source code is released under the New BSD License, (the "License"). + This source code is released under the 3-Clause BSD License, (see "LICENSE"). ******************************************************************************/ -#ifndef AVOGADRO_QTPLUGINS_BONDING_H -#define AVOGADRO_QTPLUGINS_BONDING_H +#ifndef AVOGADRO_QTPLUGINS_ALCHEMY_H +#define AVOGADRO_QTPLUGINS_ALCHEMY_H #include #include @@ -55,4 +54,4 @@ private slots: } // namespace QtPlugins } // namespace Avogadro -#endif // AVOGADRO_QTPLUGINS_BONDING_H +#endif // AVOGADRO_QTPLUGINS_ALCHEMY_H