projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb93d8b
)
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>
Tue, 9 Jul 2019 20:09:04 +0000
(21:09 +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
patch
|
blob
|
history
diff --git
a/gfx/ots/src/os2.cc
b/gfx/ots/src/os2.cc
index d2989871085a9c82ba44921db1fd2ea89ec81367..f38bfe32c206427f8bf823fe757d16bdd75593e8 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"