diff --git a/include/simde/types.hpp b/include/simde/types.hpp index 01ea34a6..c8010d8d 100644 --- a/include/simde/types.hpp +++ b/include/simde/types.hpp @@ -18,6 +18,7 @@ #include #include #include +#include #include /** @file types.hpp @@ -98,7 +99,7 @@ using braket = chemist::braket::BraKet; using aos = chemist::wavefunction::AOs; /// Typedef of the class used to represent a product of atomic orbital spaces -using aos_squared = chemist::dsl::Multiply; +using aos_squared = utilities::dsl::Multiply; /// Typedef of the class used to represent transformed AOs using mos = chemist::wavefunction::MOs;