projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc38a4
)
Bug 628252 - os2.cc fails to compile against GCC 4.6, missing #include <cstddef>...
author
Christopher Aillon
<caillon@redhat.com>
Tue, 8 Feb 2011 19:16:37 +0000
(14:16 -0500)
committer
Carsten Schoenert
<c.schoenert@t-online.de>
Fri, 29 Jan 2021 19:45:49 +0000
(19:45 +0000)
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
patch
|
blob
|
history
diff --git
a/gfx/ots/src/os2.cc
b/gfx/ots/src/os2.cc
index 5376a1dbb1a24b9b48407744939d3eae72683dab..c271d8802c7e6675315d9b02810db136fad64a68 100644
(file)
--- a/
gfx/ots/src/os2.cc
+++ b/
gfx/ots/src/os2.cc
@@
-3,6
+3,7
@@
// found in the LICENSE file.
#include <string>
+#include <cstddef>
#include "os2.h"
#include "head.h"