Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: src/ots.h

Issue 7113013: Added missing include to os2.cc to enable building with gcc-4.6.0 (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ots.h
===================================================================
--- src/ots.h (revision 66)
+++ src/ots.h (working copy)
@@ -5,6 +5,7 @@
#ifndef OTS_H_
#define OTS_H_
+#include <stddef.h>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698