File: 01-include-cstdint

package info (click to toggle)
antpm 1.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,220 kB
  • sloc: cpp: 9,042; ansic: 3,008; sh: 186; python: 181; makefile: 63
file content (24 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: include cstdint
 Include cstdint to fix FTBFS.
 .
 antpm (1.16-1) UNRELEASED; urgency=low
 .
   [ RALOVICH, Kristof ]
   * Merge tag 'upstream/20140302'
   * debian/copyright: document removal of GPLv2 only code
Author: Kristof Ralovich <ralovich@in.tum.de>

---
Last-Update: 2014-03-03

--- a/src/stdintfwd.hpp
+++ b/src/stdintfwd.hpp
@@ -19,7 +19,7 @@
 
 #ifndef _MSC_VER // [
 
-//#include <cstdint>
+#include <cstdint>
 //#error "Use this header only with Microsoft Visual C++ compilers!"
 #include <boost/cstdint.hpp>