diff --git a/include/cando/chem/alias.h b/include/cando/chem/alias.h index 2a593d4b..428a12c1 100644 --- a/include/cando/chem/alias.h +++ b/include/cando/chem/alias.h @@ -35,6 +35,7 @@ This is an open source license for the CANDO software from Temple University, bu #include #include #include +#include #include diff --git a/include/cando/chem/elements.h b/include/cando/chem/elements.h index 6aa06215..6983860c 100644 --- a/include/cando/chem/elements.h +++ b/include/cando/chem/elements.h @@ -140,7 +140,7 @@ class ElementsInfo_O : public core::CxxObject_O namespace translate { template <> - struct translate::from_object + struct from_object { typedef chem::Element ExpectedType; typedef chem::Element DeclareType; @@ -171,7 +171,7 @@ namespace translate }; template <> - struct translate::from_object + struct from_object { typedef chem::Hybridization ExpectedType; typedef chem::Hybridization DeclareType;