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

Unified Diff: src/include/checked_cast.h

Issue 788193003: Create a build_config header file. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Support scons windows as well. Created 6 years 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
Index: src/include/checked_cast.h
diff --git a/src/include/checked_cast.h b/src/include/checked_cast.h
index 53a856a4d53009804ee1e152d191978c20bbb739..6a617eb363f1a71c8da658c904418f7e9935d553 100644
--- a/src/include/checked_cast.h
+++ b/src/include/checked_cast.h
@@ -14,6 +14,8 @@
#ifndef NATIVE_CLIENT_SRC_INCLUDE_CHECKED_CAST_H_
#define NATIVE_CLIENT_SRC_INCLUDE_CHECKED_CAST_H_ 1
+#include "native_client/src/include/build_config.h"
Mark Seaborn 2014/12/19 17:46:19 So it shouldn't be necessary to add this to all th
+
// Windows defines std::min and std::max in a different header
// than gcc prior to Visual Studio 2013.
#if NACL_WINDOWS
« SConstruct ('K') | « src/include/build_config.h ('k') | src/include/nacl_asm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698