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

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: 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..64a1aae4a66f988382c138657b8818e869c597d1 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/nacl_defines.h"
+
// Windows defines std::min and std::max in a different header
// than gcc prior to Visual Studio 2013.
#if NACL_WINDOWS

Powered by Google App Engine
This is Rietveld 408576698