summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarthurhsu@google.com <arthurhsu@google.com@672e30a5-4c29-85ac-ac6d-611c735e0a51>2013-11-05 18:44:58 +0000
committerarthurhsu@google.com <arthurhsu@google.com@672e30a5-4c29-85ac-ac6d-611c735e0a51>2013-11-05 18:44:58 +0000
commitf7f392d54b6d5775b089cec2e35304fb0864ef34 (patch)
treea9837099135c0e00f203546b2f009f4627dcf594
parent8f090032dd4f8f8908f338cc73bb840b788377f2 (diff)
downloadsrc-f7f392d54b6d5775b089cec2e35304fb0864ef34.tar.gz
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
-rw-r--r--sample/chromium/font_subsetter.h2
-rw-r--r--sfntly/port/type.h2
2 files changed, 2 insertions, 2 deletions
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>