Skip to content

Commit

Permalink
Add include for parameter.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 17, 2023
1 parent 0474cb9 commit 63ed8e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/tao/pq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <tao/pq/connection_pool.hpp>
#include <tao/pq/transaction.hpp>

#include <tao/pq/parameter.hpp>
#include <tao/pq/parameter_traits.hpp>
#include <tao/pq/parameter_traits_aggregate.hpp>
#include <tao/pq/parameter_traits_array.hpp>
Expand Down

0 comments on commit 63ed8e6

Please sign in to comment.