Bug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>...
authorChristopher Aillon <caillon@redhat.com>
Tue, 8 Feb 2011 19:16:37 +0000 (14:16 -0500)
committerCarsten Schoenert <c.schoenert@t-online.de>
Fri, 23 Oct 2020 18:44:21 +0000 (19:44 +0100)
Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-628252-os2.cc-fails-to-compile-against-GCC-4.6-m.patch

gfx/ots/src/os2.cc

index 5376a1dbb1a24b9b48407744939d3eae72683dab..c271d8802c7e6675315d9b02810db136fad64a68 100644 (file)
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 
 #include <string>
+#include <cstddef>
 
 #include "os2.h"
 #include "head.h"