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

isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new ffdec3cf1c4 IGNITE-28111 C++ Client: Fix missing headers on Windows 
(#7734)
ffdec3cf1c4 is described below

commit ffdec3cf1c455b97c35ab71f8694552afeb669c0
Author: Lozmanov <[email protected]>
AuthorDate: Mon Mar 9 21:36:05 2026 +0500

    IGNITE-28111 C++ Client: Fix missing headers on Windows (#7734)
---
 modules/platforms/cpp/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/platforms/cpp/CMakeLists.txt 
b/modules/platforms/cpp/CMakeLists.txt
index 8c3a46f5027..1d75a63a534 100644
--- a/modules/platforms/cpp/CMakeLists.txt
+++ b/modules/platforms/cpp/CMakeLists.txt
@@ -140,6 +140,7 @@ endif()
 
 if (WIN32)
     add_definitions(-DNOMINMAX)
+    set(IGNITE_INSTALL_INCLUDE_DIR include)
 else()
     include(GNUInstallDirs)
     # Replace with the variables from GNUInstallDirs

Reply via email to