File: boost

package info (click to toggle)
orthanc-postgresql 5.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: cpp: 18,363; python: 388; sql: 275; makefile: 30; sh: 13
file content (17 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix FTBFS with boost 1.88
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
Forwarded: https://orthanc.uclouvain.be/hg/orthanc-databases/rev/f18e46d7dbf8
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancPostgreSQL-5.0/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp
===================================================================
--- OrthancPostgreSQL-5.0.orig/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp
+++ OrthancPostgreSQL-5.0/Resources/Orthanc/Databases/ISqlLookupFormatter.cpp
@@ -39,6 +39,7 @@
 #include "DatabaseConstraint.h"
 
 #include <boost/lexical_cast.hpp>
+#include <cassert>
 #include <list>