This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 35913aeb9 GEODE-10291: Compile on ubuntu jammy (gcc/g++ 11.2.0) (#966)
35913aeb9 is described below

commit 35913aeb93606738efad89d6408a3020eafd14c5
Author: M. Oleske <mole...@users.noreply.github.com>
AuthorDate: Thu Sep 15 12:25:03 2022 -0400

    GEODE-10291: Compile on ubuntu jammy (gcc/g++ 11.2.0) (#966)
    
    Authored-by: M. Oleske <michael@oleske.engineer>
---
 cppcache/integration/test/PdxTypeRegistryTest.cpp | 1 +
 cppcache/test/ConnectionQueueTest.cpp             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cppcache/integration/test/PdxTypeRegistryTest.cpp 
b/cppcache/integration/test/PdxTypeRegistryTest.cpp
index f87fbd62b..a16b9e9a7 100644
--- a/cppcache/integration/test/PdxTypeRegistryTest.cpp
+++ b/cppcache/integration/test/PdxTypeRegistryTest.cpp
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#include <thread>
 
 #include <gtest/gtest.h>
 
diff --git a/cppcache/test/ConnectionQueueTest.cpp 
b/cppcache/test/ConnectionQueueTest.cpp
index cae1da265..b92c7e6dc 100644
--- a/cppcache/test/ConnectionQueueTest.cpp
+++ b/cppcache/test/ConnectionQueueTest.cpp
@@ -18,6 +18,7 @@
 #include <gmock/gmock.h>
 
 #include <future>
+#include <thread>
 
 #include <gtest/gtest.h>
 

Reply via email to