Skip to content

Commit

Permalink
Add missing includes which broke macOS clang build.
Browse files Browse the repository at this point in the history
Should help with #416, but I have a feeling this may not be the whole
story.  One step at a time.
  • Loading branch information
jtv committed Feb 23, 2021
1 parent 2c4e0f6 commit cbd2b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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)
Expand Down
1 change: 1 addition & 0 deletions include/pqxx/connection.hxx
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions include/pqxx/stream_to.hxx
Expand Up @@ -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"


Expand Down

0 comments on commit cbd2b35

Please sign in to comment.