diff --git a/avogadro/qtplugins/templatetool/templatetoolwidget.cpp b/avogadro/qtplugins/templatetool/templatetoolwidget.cpp index 602b12aa6a..a9b310fc8f 100644 --- a/avogadro/qtplugins/templatetool/templatetoolwidget.cpp +++ b/avogadro/qtplugins/templatetool/templatetoolwidget.cpp @@ -12,13 +12,12 @@ #include +#include #include #include -#include #include - namespace { // The ItemData of the "Other" entry in the combo box const int ELEMENT_SELECTOR_TAG = 255; @@ -27,7 +26,8 @@ const int ELEMENT_SELECTOR_TAG = 255; namespace Avogadro { namespace QtPlugins { -enum LigandType { +enum LigandType +{ Monodentate = 0, Bidentate = 1, Tridentate = 2,