From 19fcf5c858fe2457a4837943e0dc1e422bad1b91 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Wed, 25 Dec 2024 23:32:14 +0100 Subject: [PATCH] Cleanup --- CMakeLists.txt | 1 + include/tao/pq.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08e3ef9..49505c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/include/tao/pq.hpp b/include/tao/pq.hpp index 4172345..53680d8 100644 --- a/include/tao/pq.hpp +++ b/include/tao/pq.hpp @@ -27,6 +27,7 @@ #include #include +#include #include #include