diff --git a/NEWS b/NEWS index 456422611..b0ce7b138 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +7.4.1 + - Missing includes; broke macOS clang build. (#416) 7.4.0 - Work around Visual Studio 2017 bug with `[[deprecated]]`. (#405, #406) - Work around eternal Windows bug with `max` macro yet again. (#101) diff --git a/include/pqxx/connection.hxx b/include/pqxx/connection.hxx index b44daa18c..21dc1fd36 100644 --- a/include/pqxx/connection.hxx +++ b/include/pqxx/connection.hxx @@ -33,6 +33,7 @@ #include "pqxx/errorhandler.hxx" #include "pqxx/except.hxx" #include "pqxx/prepared_statement.hxx" +#include "pqxx/separated_list.hxx" #include "pqxx/strconv.hxx" #include "pqxx/util.hxx" #include "pqxx/zview.hxx" diff --git a/include/pqxx/stream_to.hxx b/include/pqxx/stream_to.hxx index 96ddbf564..5ed91b231 100644 --- a/include/pqxx/stream_to.hxx +++ b/include/pqxx/stream_to.hxx @@ -16,6 +16,7 @@ #include "pqxx/compiler-public.hxx" #include "pqxx/internal/compiler-internal-pre.hxx" +#include "pqxx/separated_list.hxx" #include "pqxx/transaction_base.hxx"