From 10f00b85279728721325d30d1821de41d66fc903 Mon Sep 17 00:00:00 2001 From: Jeroen Vermeulen Date: Mon, 18 May 2020 22:21:12 +0200 Subject: [PATCH] Add a missing header to install. Fixes #320. --- include/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/Makefile.in b/include/Makefile.in index 9b2b5dda6..def20f210 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -388,11 +388,14 @@ nobase_include_HEADERS = pqxx/pqxx \ pqxx/internal/conversions.hxx \ pqxx/internal/encoding_group.hxx \ pqxx/internal/encodings.hxx \ + pqxx/internal/ignore-deprecated-post.hxx \ + pqxx/internal/ignore-deprecated-pre.hxx \ pqxx/internal/libpq-forward.hxx \ pqxx/internal/result_iter.hxx \ pqxx/internal/sql_cursor.hxx \ pqxx/internal/statement_parameters.hxx \ pqxx/internal/stream_iterator.hxx \ + pqxx/internal/transaction_focus.hxx \ pqxx/internal/gates/connection-errorhandler.hxx \ pqxx/internal/gates/connection-largeobject.hxx \ pqxx/internal/gates/connection-notification_receiver.hxx \