File: include_cstddef_header

package info (click to toggle)
swish%2B%2B 6.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,904 kB
  • sloc: ansic: 11,936; lisp: 804; sh: 629; perl: 366; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
From: "Georgios M. Zarkadas" <georgios.zarkadas@gmail.com>
Subject: fix FTBFS with gcc 4.6
--- a/encoded_char.h
+++ b/encoded_char.h
@@ -25,6 +25,7 @@
 // standard
 #include <iterator>
 #include <set>
+#include <cstddef>
 
 // local
 #include "iso8859-1.h"