File: 0031-Add-missing-ctdint-header.patch

package info (click to toggle)
cctbx 2024.10%2Bds2%2B~3.22.1%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 136,708 kB
  • sloc: python: 892,916; cpp: 299,439; ansic: 22,625; fortran: 18,268; javascript: 2,046; sh: 1,114; sql: 632; csh: 519; java: 368; makefile: 317; xml: 25
file content (17 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Sun, 31 Dec 2023 13:49:06 +0100
Subject: Add missing ctdint header

---
 dxtbx/src/dxtbx/boost_python/compression.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dxtbx/src/dxtbx/boost_python/compression.cc b/dxtbx/src/dxtbx/boost_python/compression.cc
index f5a400b..96974aa 100644
--- a/dxtbx/src/dxtbx/boost_python/compression.cc
+++ b/dxtbx/src/dxtbx/boost_python/compression.cc
@@ -1,3 +1,4 @@
+#include <cstdint>
 #include "compression.h"
 #include "dxtbx/error.h"
 #include <assert.h>