Mercurial > hg > orthanc-databases
changeset 811:c4284995ffd4
merged 10.1 -> default
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 14 Apr 2026 21:31:08 +0200 |
| parents | 53fa8373777b (diff) c4fdaeaff98b (current diff) |
| children | 720d63ed19ee |
| files | PostgreSQL/CMakeLists.txt |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Odbc/OdbcResult.cpp Tue Apr 14 21:26:48 2026 +0200 +++ b/Framework/Odbc/OdbcResult.cpp Tue Apr 14 21:31:08 2026 +0200 @@ -35,6 +35,7 @@ #include <boost/lexical_cast.hpp> #include <sqlext.h> +#include <cassert> namespace OrthancDatabases
--- a/PostgreSQL/CMakeLists.txt Tue Apr 14 21:26:48 2026 +0200 +++ b/PostgreSQL/CMakeLists.txt Tue Apr 14 21:31:08 2026 +0200 @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 2.8...4.0) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "10.1") +set(ORTHANC_PLUGIN_VERSION "mainline") # This is the preferred version of the Orthanc SDK for this plugin set(ORTHANC_SDK_DEFAULT_VERSION "1.12.10")
