summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/NullPtr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/NullPtr.h')
-rw-r--r--Source/WTF/wtf/NullPtr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WTF/wtf/NullPtr.h b/Source/WTF/wtf/NullPtr.h
index 98c05140d..050461243 100644
--- a/Source/WTF/wtf/NullPtr.h
+++ b/Source/WTF/wtf/NullPtr.h
@@ -34,8 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <ciso646>
#if COMPILER_SUPPORTS(CXX_NULLPTR) || defined(_LIBCPP_VERSION)
-
-#include <cstddef>
+#include <stddef.h>
// libstdc++ supports nullptr_t starting with gcc 4.6.
#if defined(__GLIBCXX__) && __GLIBCXX__ < 20110325