| commit | f7f392d54b6d5775b089cec2e35304fb0864ef34 | [log] [tgz] |
|---|---|---|
| author | arthurhsu@google.com <arthurhsu@google.com@672e30a5-4c29-85ac-ac6d-611c735e0a51> | Tue Nov 05 18:44:58 2013 |
| committer | arthurhsu@google.com <arthurhsu@google.com@672e30a5-4c29-85ac-ac6d-611c735e0a51> | Tue Nov 05 18:44:58 2013 |
| tree | a9837099135c0e00f203546b2f009f4627dcf594 | |
| parent | 8f090032dd4f8f8908f338cc73bb840b788377f2 [diff] |
Issue 19330043: fix QNX build Patch by: efidler1@blackberry.com git-svn-id: http://sfntly.googlecode.com/svn/trunk/cpp/src@230 672e30a5-4c29-85ac-ac6d-611c735e0a51
diff --git a/sample/chromium/font_subsetter.h b/sample/chromium/font_subsetter.h index 07b1b5b..b891784 100644 --- a/sample/chromium/font_subsetter.h +++ b/sample/chromium/font_subsetter.h
@@ -18,7 +18,7 @@ #ifndef SFNTLY_CPP_SRC_TEST_FONT_SUBSETTER_H_ #define SFNTLY_CPP_SRC_TEST_FONT_SUBSETTER_H_ -#include <cstddef> +#include <stddef.h> class SfntlyWrapper { public:
diff --git a/sfntly/port/type.h b/sfntly/port/type.h index 20a5ba8..9f82a5a 100644 --- a/sfntly/port/type.h +++ b/sfntly/port/type.h
@@ -41,7 +41,7 @@ #include <stdint.h> #endif -#include <cstddef> +#include <stddef.h> #include <vector> #include <set>