Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1073)

Unified Diff: src/common/angleutils.h

Issue 10025043: Include stddef.h so NULL is defined. (Closed) Base URL: http://angleproject.googlecode.com/svn/branches/dx11proto/
Patch Set: Change client Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/common/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/angleutils.h
===================================================================
--- src/common/angleutils.h (revision 2421)
+++ src/common/angleutils.h (working copy)
@@ -9,6 +9,8 @@
#ifndef COMMON_ANGLEUTILS_H_
#define COMMON_ANGLEUTILS_H_
+#include <stddef.h>
+
// A macro to disallow the copy constructor and operator= functions
// This must be used in the private: declarations for a class
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
« no previous file with comments | « no previous file | src/common/version.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b