Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 25, 2024
1 parent 80f7914 commit 19fcf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ set(taopq_INCLUDE_FILES
${taopq_INCLUDE_DIRS}/tao/pq/is_array.hpp
${taopq_INCLUDE_DIRS}/tao/pq/isolation_level.hpp
${taopq_INCLUDE_DIRS}/tao/pq/large_object.hpp
${taopq_INCLUDE_DIRS}/tao/pq/log.hpp
${taopq_INCLUDE_DIRS}/tao/pq/notification.hpp
${taopq_INCLUDE_DIRS}/tao/pq/null.hpp
${taopq_INCLUDE_DIRS}/tao/pq/oid.hpp
Expand Down
1 change: 1 addition & 0 deletions include/tao/pq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <tao/pq/parameter_traits_tuple.hpp>

#include <tao/pq/exception.hpp>
#include <tao/pq/log.hpp>
#include <tao/pq/result.hpp>

#include <tao/pq/result_traits.hpp>
Expand Down

0 comments on commit 19fcf5c

Please sign in to comment.